mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/filters: bump timeout on flaky test
This commit is contained in:
parent
d782dc2341
commit
92efe61719
1 changed files with 1 additions and 1 deletions
|
|
@ -933,7 +933,7 @@ func TestPendingTxFilterDeadlock(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wait until filters have timed out
|
// Wait until filters have timed out
|
||||||
time.Sleep(3 * timeout)
|
time.Sleep(6 * timeout)
|
||||||
|
|
||||||
// If tx loop doesn't consume `done` after a second
|
// If tx loop doesn't consume `done` after a second
|
||||||
// it's hanging.
|
// it's hanging.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue