Browse Source

crank city

pull/983/head
Ethan Buchman 7 years ago
parent
commit
a86df17ceb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consensus/reactor_test.go

+ 1
- 1
consensus/reactor_test.go View File

@ -413,7 +413,7 @@ func timeoutWaitGroup(t *testing.T, n int, f func(*sync.WaitGroup, int), css []*
// 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 * 60
timeout := time.Second * 300
select {
case <-done:


Loading…
Cancel
Save