Skip to content

Commit

Permalink
double timeout in compareBlocksByNumberWithRetry
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu20 committed Feb 11, 2022
1 parent 14d02de commit 29b913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stress/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 29b913f

Please sign in to comment.