Skip to content

Commit

Permalink
Massage the flaky test to submission
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Jan 27, 2025
1 parent 13487e2 commit b624246
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 @@ -541,7 +541,7 @@ func (e *testEnv) waitForEpochFinalized(epoch int64) {
// here and reduce the clock advance to give messages a chance of being
// delivered in time. See:
// - https://github.com/filecoin-project/go-f3/issues/818
time.Sleep(10 * time.Millisecond)
time.Sleep(20 * time.Millisecond)
for _, nd := range e.nodes {
if nd.f3 == nil || !nd.f3.IsRunning() {
continue
Expand Down

0 comments on commit b624246

Please sign in to comment.