Skip to content

Commit

Permalink
fix: dispute test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Feb 10, 2023
1 parent b0d917d commit 6f7180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/wdpost_dispute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestWindowPostDispute(t *testing.T) {
//stm: @CHAIN_STATE_MINER_CALCULATE_DEADLINE_001
di, err = client.StateMinerProvingDeadline(ctx, evilMinerAddr, types.EmptyTSK)
require.NoError(t, err)
if di.Index == evilSectorLoc.Deadline && di.CurrentEpoch-di.PeriodStart > 1 {
if di.Index == evilSectorLoc.Deadline && di.CurrentEpoch-di.PeriodStart > 2 {
break
}
build.Clock.Sleep(blocktime)
Expand Down

0 comments on commit 6f7180a

Please sign in to comment.