From a86df17cebe9f1e89774d3cdcaf10915982e8a56 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Sat, 16 Dec 2017 19:55:04 -0500 Subject: [PATCH] crank city --- consensus/reactor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/reactor_test.go b/consensus/reactor_test.go index dda33c249..7383c790c 100644 --- a/consensus/reactor_test.go +++ b/consensus/reactor_test.go @@ -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: