Explorar o código

rpc: raise limit in TestClientNotificationStorm (#19999)

Felix Lange %!s(int64=6) %!d(string=hai) anos
pai
achega
af16ca177f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {