feat: deflake sector_import_simple

This commit is contained in:
Aayush 2023-05-11 15:08:12 -04:00
parent b4ea0db04f
commit f39478140a

View File

@ -39,7 +39,9 @@ func TestSectorImportAfterPC2(t *testing.T) {
//////// ////////
// Start a miner node // Start a miner node
client, miner, ens := kit.EnsembleMinimal(t, kit.ThroughRPC()) // We use two miners so that in case the actively tested miner misses PoSt, we still have a blockchain
client, miner, _, ens := kit.EnsembleOneTwo(t, kit.ThroughRPC())
ens.InterconnectAll().BeginMining(blockTime) ens.InterconnectAll().BeginMining(blockTime)
ctx := context.Background() ctx := context.Background()