eth/filters: bump timeout on flaky test

This commit is contained in:
Sina Mahmoodi 2023-10-18 17:16:56 +02:00
parent d782dc2341
commit 92efe61719

View file

@ -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.