diff --git a/rpc/client_test.go b/rpc/client_test.go index 80fe29f824..759933f8c6 100644 --- a/rpc/client_test.go +++ b/rpc/client_test.go @@ -374,10 +374,13 @@ func TestClientNotificationStorm(t *testing.T) { return } } + if wantError { + t.Fatalf("didn't get expected error") + } } doTest(8000, false) - doTest(10000, true) + doTest(21000, true) } func TestClientHTTP(t *testing.T) {