mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
consensus: increase mempool_test timeout
This commit is contained in:
parent
adab114674
commit
a1a90fd41f
@ -41,7 +41,7 @@ func TestTxConcurrentWithCommit(t *testing.T) {
|
||||
go appendTxsRange(0, NTxs)
|
||||
|
||||
startTestRound(cs, height, round)
|
||||
ticker := time.NewTicker(time.Second * 5)
|
||||
ticker := time.NewTicker(time.Second * 20)
|
||||
for nTxs := 0; nTxs < NTxs; {
|
||||
select {
|
||||
case b := <-newBlockCh:
|
||||
|
Loading…
x
Reference in New Issue
Block a user