mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
rpc: increase the number of subscriptions in storm test (#22316)
This commit is contained in:
parent
77787802fe
commit
f4fcd4f506
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ func TestClientNotificationStorm(t *testing.T) {
|
|||
}
|
||||
|
||||
doTest(8000, false)
|
||||
doTest(23000, true)
|
||||
doTest(24000, true)
|
||||
}
|
||||
|
||||
func TestClientSetHeader(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue