Browse Source

bump wal test timeout

pull/1041/merge
Ethan Buchman 7 years ago
parent
commit
ff99ca7cdf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consensus/replay_test.go

+ 1
- 1
consensus/replay_test.go 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)")
}
}


Loading…
Cancel
Save