crank city

This commit is contained in:
Ethan Buchman 2017-12-16 19:55:04 -05:00
parent 5d04ccbe51
commit a86df17ceb
1 changed files with 1 additions and 1 deletions

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: