Skip to content

Commit

Permalink
revert test timout wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalicevic committed Jan 12, 2025
1 parent fe2b097 commit d53342f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/consensus/reactor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ func timeoutWaitGroup(n int, f func(int)) {

// we're running many nodes in-process, possibly in in a virtual machine,
// and spewing debug messages - making a block could take a while,
timeout := time.Second * 30
timeout := time.Second * 20

select {
case <-done:
Expand Down

0 comments on commit d53342f

Please sign in to comment.