mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
rpc: raise limit in TestClientNotificationStorm
This commit is contained in:
parent
b90cdbaa79
commit
e110e74e24
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