diff --git a/f3_test.go b/f3_test.go index 70cadea7..d23acee4 100644 --- a/f3_test.go +++ b/f3_test.go @@ -509,7 +509,7 @@ func (e *testEnv) waitForEpochFinalized(epoch int64) { } } return false - }, 30*time.Second) + }, 60*time.Second) } if head < epoch-100 {