Unverified Commit af16ca17 authored by Felix Lange's avatar Felix Lange Committed by GitHub

rpc: raise limit in TestClientNotificationStorm (#19999)

parent cedf8be4
......@@ -380,7 +380,7 @@ func TestClientNotificationStorm(t *testing.T) {
}
doTest(8000, false)
doTest(21000, true)
doTest(23000, true)
}
func TestClientHTTP(t *testing.T) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment