rpc: raise limit in TestClientNotificationStorm (#19999)

pull/20025/head
Felix Lange 5 years ago committed by GitHub
parent cedf8be435
commit af16ca177f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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) {

Loading…
Cancel
Save