itests: Try to deflake TestSectorImportAfterPC2

This commit is contained in:
Łukasz Magiera 2024-03-17 17:41:06 +01:00 committed by Łukasz Magiera
parent ed98bf9ec5
commit 8ec74fdb05

View File

@ -42,7 +42,7 @@ func TestSectorImportAfterPC2(t *testing.T) {
// 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().BeginMiningMustPost(blockTime)
ctx := context.Background()