diff --git a/rpc/client_test.go b/rpc/client_test.go index 759933f8c6..315bd6d7d1 100644 --- a/rpc/client_test.go +++ b/rpc/client_test.go @@ -380,7 +380,7 @@ func TestClientNotificationStorm(t *testing.T) { } doTest(8000, false) - doTest(21000, true) + doTest(23000, true) } func TestClientHTTP(t *testing.T) {