Browse Source

consensus: increase mempool_test timeout

pull/233/head
Ethan Buchman 8 years ago
parent
commit
a1a90fd41f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consensus/mempool_test.go

+ 1
- 1
consensus/mempool_test.go View File

@ -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…
Cancel
Save