Skip to content

Commit

Permalink
rpc: increase the number of subscriptions in storm test (ethereum#22316)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored Feb 16, 2021
1 parent 7778780 commit f4fcd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ func TestClientNotificationStorm(t *testing.T) {
}

doTest(8000, false)
doTest(23000, true)
doTest(24000, true)
}

func TestClientSetHeader(t *testing.T) {
Expand Down

0 comments on commit f4fcd4f

Please sign in to comment.