Browse Source

rpc: raise limit in TestClientNotificationStorm (#19999)

Felix Lange 6 năm trước cách đây
mục cha
commit
af16ca177f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {