mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 21:16:37 +00:00
rpc: raise limit in TestClientNotificationStorm (#19999)
This commit is contained in:
parent
cedf8be435
commit
af16ca177f
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ func TestClientNotificationStorm(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
doTest(8000, false)
|
doTest(8000, false)
|
||||||
doTest(21000, true)
|
doTest(23000, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestClientHTTP(t *testing.T) {
|
func TestClientHTTP(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue