mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-29 19:42:51 +00:00
consensus: increase mempool_test timeout
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user