mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-18 13:59:26 +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(8000, false)
|
||||||
doTest(23000, true)
|
doTest(24000, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestClientSetHeader(t *testing.T) {
|
func TestClientSetHeader(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue