From 52d99f5df415a514d4760dd958a3f26e659f85c6 Mon Sep 17 00:00:00 2001 From: Thomas Modeneis Date: Wed, 14 Aug 2019 16:15:45 +0200 Subject: [PATCH] increasing subscription buffer test count - pull #19747 --- 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 759933f8c6..fdb1f06b4b 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(22000, true) } func TestClientHTTP(t *testing.T) {