浏览代码

rpc: raise limit in TestClientNotificationStorm (#19999)

Felix Lange 6 年之前
父节点
当前提交
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) {