Browse Source

rpc: increase the number of subscriptions in storm test (#22316)

Guillaume Ballet 4 years ago
parent
commit
f4fcd4f506
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rpc/client_test.go

+ 1 - 1
rpc/client_test.go

@@ -427,7 +427,7 @@ func TestClientNotificationStorm(t *testing.T) {
 	}
 	}
 
 
 	doTest(8000, false)
 	doTest(8000, false)
-	doTest(23000, true)
+	doTest(24000, true)
 }
 }
 
 
 func TestClientSetHeader(t *testing.T) {
 func TestClientSetHeader(t *testing.T) {