This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
consensus: return from go-routine in test
pull/1328/head
Ethan Buchman
7 years ago
parent
2a258a2c3f
commit
b297efb532
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
consensus/mempool_test.go
+ 1
- 0
consensus/mempool_test.go
View File
@ -152,6 +152,7 @@ func TestMempoolRmBadTx(t *testing.T) {
txs
:=
cs
.
mempool
.
Reap
(
1
)
if
len
(
txs
)
==
0
{
emptyMempoolCh
<-
struct
{
}
{
}
return
}
time
.
Sleep
(
10
*
time
.
Millisecond
)
}
Write
Preview
Loading…
Cancel
Save