Эх сурвалжийг харах

rpc: raise limit in TestClientNotificationStorm (#19999)

Felix Lange 6 жил өмнө
parent
commit
af16ca177f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      rpc/client_test.go

+ 1 - 1
rpc/client_test.go

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