Skip to content

Commit

Permalink
itests: Try to deflake TestSectorImportAfterPC2
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Mar 22, 2024
1 parent ed98bf9 commit 8ec74fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/sector_import_simple_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 8ec74fd

Please sign in to comment.