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

View File

@ -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) {