mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-26 07:12:16 +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)
|
go appendTxsRange(0, NTxs)
|
||||||
|
|
||||||
startTestRound(cs, height, round)
|
startTestRound(cs, height, round)
|
||||||
ticker := time.NewTicker(time.Second * 5)
|
ticker := time.NewTicker(time.Second * 20)
|
||||||
for nTxs := 0; nTxs < NTxs; {
|
for nTxs := 0; nTxs < NTxs; {
|
||||||
select {
|
select {
|
||||||
case b := <-newBlockCh:
|
case b := <-newBlockCh:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user