rpc: raise limit in TestClientNotificationStorm (#19999)

This commit is contained in:
Felix Lange 2019-09-02 12:05:07 +02:00 committed by GitHub
parent cedf8be435
commit af16ca177f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -380,7 +380,7 @@ func TestClientNotificationStorm(t *testing.T) {
} }
doTest(8000, false) doTest(8000, false)
doTest(21000, true) doTest(23000, true)
} }
func TestClientHTTP(t *testing.T) { func TestClientHTTP(t *testing.T) {