mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-04 07:01:40 +00:00
bump wal test timeout
This commit is contained in:
@ -75,7 +75,7 @@ func startNewConsensusStateAndWaitForBlock(t *testing.T, lastBlockHeight int64,
|
|||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
select {
|
select {
|
||||||
case <-newBlockCh:
|
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)")
|
t.Fatalf("Timed out waiting for new block (see trace above)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user