mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
minor
This commit is contained in:
parent
1f6b8cd610
commit
f610a12353
1 changed files with 1 additions and 1 deletions
|
|
@ -941,7 +941,7 @@ func TestPendingTxFilterDeadlock(t *testing.T) {
|
||||||
select {
|
select {
|
||||||
case <-sub.Err():
|
case <-sub.Err():
|
||||||
case <-time.After(1 * time.Second):
|
case <-time.After(1 * time.Second):
|
||||||
t.Fatalf("Filter %s should have been uninstalled\n", sub.ID)
|
t.Fatalf("Filter timeout is hanging")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue