bump wal test timeout

This commit is contained in:
Ethan Buchman
2017-12-29 13:14:51 -05:00
parent 60f95cd9ea
commit ff99ca7cdf

View File

@ -75,7 +75,7 @@ func startNewConsensusStateAndWaitForBlock(t *testing.T, lastBlockHeight int64,
require.NoError(t, err)
select {
case <-newBlockCh:
case <-time.After(10 * time.Second):
case <-time.After(60 * time.Second):
t.Fatalf("Timed out waiting for new block (see trace above)")
}
}