rpc: raise limit in TestClientNotificationStorm

This commit is contained in:
Felix Lange 2019-08-22 15:06:58 +02:00
parent b90cdbaa79
commit e110e74e24

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