consensus: increase mempool_test timeout

This commit is contained in:
Ethan Buchman 2016-07-11 22:32:20 -04:00
parent adab114674
commit a1a90fd41f

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: