Skip to content

Commit

Permalink
rpc: increase the number of subscriptions in storm test
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Feb 15, 2021
1 parent 7d1b711 commit d49f0e1
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 d49f0e1

Please sign in to comment.