feat: deflake sector_import_simple
This commit is contained in:
parent
b4ea0db04f
commit
f39478140a
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user