Skip to content

Commit 85c9df6

Browse files
gballetcfilipescu
authored andcommitted
rpc: increase the number of subscriptions in storm test (ethereum#22316)
1 parent f705a1f commit 85c9df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ func TestClientNotificationStorm(t *testing.T) {
427427
}
428428

429429
doTest(8000, false)
430-
doTest(23000, true)
430+
doTest(24000, true)
431431
}
432432

433433
func TestClientSetHeader(t *testing.T) {

0 commit comments

Comments
 (0)