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 5c24c8d commit b087ced
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 @@ -509,7 +509,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 b087ced

Please sign in to comment.