aboutsummaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2019-09-02 18:05:07 +0800
committerGitHub <noreply@github.com>2019-09-02 18:05:07 +0800
commitaf16ca177f0fbe3434b6f4ee0f536722e1983507 (patch)
tree940378d15a866dcaa471ffc61c9887e7a035ee02 /rpc
parentcedf8be4356dd6320437357979bbc5ee4bdbdd4c (diff)
downloadgo-tangerine-af16ca177f0fbe3434b6f4ee0f536722e1983507.tar
go-tangerine-af16ca177f0fbe3434b6f4ee0f536722e1983507.tar.gz
go-tangerine-af16ca177f0fbe3434b6f4ee0f536722e1983507.tar.bz2
go-tangerine-af16ca177f0fbe3434b6f4ee0f536722e1983507.tar.lz
go-tangerine-af16ca177f0fbe3434b6f4ee0f536722e1983507.tar.xz
go-tangerine-af16ca177f0fbe3434b6f4ee0f536722e1983507.tar.zst
go-tangerine-af16ca177f0fbe3434b6f4ee0f536722e1983507.zip
rpc: raise limit in TestClientNotificationStorm (#19999)
Diffstat (limited to 'rpc')
-rw-r--r--rpc/client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/client_test.go b/rpc/client_test.go
index 759933f8c..315bd6d7d 100644
--- a/rpc/client_test.go
+++ b/rpc/client_test.go
@@ -380,7 +380,7 @@ func TestClientNotificationStorm(t *testing.T) {
}
doTest(8000, false)
- doTest(21000, true)
+ doTest(23000, true)
}
func TestClientHTTP(t *testing.T) {