Skip to content

Commit

Permalink
Merge pull request #9919 from filecoin-project/gstuart/maybe-deflake-…
Browse files Browse the repository at this point in the history
…test

fix: test: Increase blocktime in TestWindowPostNoMinerStorage
  • Loading branch information
geoff-vball authored Dec 21, 2022
2 parents 62f126d + 448b942 commit 2b396b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/wdpost_no_miner_storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestWindowPostNoMinerStorage(t *testing.T) {
Worker(&miner, &sealw, kit.ThroughRPC(), kit.WithSealWorkerTasks).
Start()

ens.InterconnectAll().BeginMiningMustPost(2 * time.Millisecond)
ens.InterconnectAll().BeginMiningMustPost(10 * time.Millisecond)

miner.PledgeSectors(ctx, sealSectors, 0, nil)

Expand Down

0 comments on commit 2b396b5

Please sign in to comment.