rpc: increase the number of subscriptions in storm test (#22316)

revert-23120-drop-eth-65
Guillaume Ballet 4 years ago committed by GitHub
parent 77787802fe
commit f4fcd4f506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      rpc/client_test.go

@ -427,7 +427,7 @@ func TestClientNotificationStorm(t *testing.T) {
}
doTest(8000, false)
doTest(23000, true)
doTest(24000, true)
}
func TestClientSetHeader(t *testing.T) {

Loading…
Cancel
Save