From af16ca177f0fbe3434b6f4ee0f536722e1983507 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 2 Sep 2019 12:05:07 +0200 Subject: [PATCH] rpc: raise limit in TestClientNotificationStorm (#19999) --- rpc/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/client_test.go b/rpc/client_test.go index 759933f8c661..315bd6d7d14d 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) {