Skip to content

Commit

Permalink
Investigate CI test failure: bump timeout for waitForEpoch to 1m
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Jan 10, 2025
1 parent 1bd4833 commit f0d4176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ func (e *testEnv) waitForEpochFinalized(epoch int64) {
}
}
return false
}, 30*time.Second)
}, 60*time.Second)
}

if head < epoch-100 {
Expand Down

0 comments on commit f0d4176

Please sign in to comment.