diff --git a/eth/filters/filter_system_test.go b/eth/filters/filter_system_test.go index b5d716ae59..35d66dc108 100644 --- a/eth/filters/filter_system_test.go +++ b/eth/filters/filter_system_test.go @@ -933,7 +933,7 @@ func TestPendingTxFilterDeadlock(t *testing.T) { } // Wait until filters have timed out - time.Sleep(3 * timeout) + time.Sleep(6 * timeout) // If tx loop doesn't consume `done` after a second // it's hanging.