Skip to content

Commit

Permalink
add more timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu20 committed Feb 11, 2022
1 parent 29b913f commit 6180c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stress/stress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestSync_SingleBlockProducer(t *testing.T) {
require.NoError(t, err)
nodes = append(nodes, node)

time.Sleep(time.Second * 30)
time.Sleep(time.Second * 60)

defer func() {
errList := utils.StopNodes(t, nodes)
Expand Down

0 comments on commit 6180c0e

Please sign in to comment.