diff --git a/tests/stress/helpers.go b/tests/stress/helpers.go index c3841089ce..acc843e0b1 100644 --- a/tests/stress/helpers.go +++ b/tests/stress/helpers.go @@ -113,7 +113,7 @@ func compareBlocksByNumberWithRetry(t *testing.T, nodes []*utils.Node, num strin var hashes map[common.Hash][]string var err error - timeout := time.After(30 * time.Second) + timeout := time.After(60 * time.Second) doneBlockProduction: for { time.Sleep(time.Second)