increasing subscription buffer test count - pull #19747

This commit is contained in:
Thomas Modeneis 2019-08-14 16:15:45 +02:00
parent af72871185
commit 52d99f5df4

View file

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