From e110e74e24371dd1abaca5a2fcd149812e83ebd8 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 22 Aug 2019 15:06:58 +0200 Subject: [PATCH] rpc: raise limit in TestClientNotificationStorm --- 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) {