Skip to content

Commit

Permalink
rpc: raise limit in TestClientNotificationStorm (#19999)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl authored Sep 2, 2019
1 parent cedf8be commit af16ca1
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 @@ -380,7 +380,7 @@ func TestClientNotificationStorm(t *testing.T) {
}

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

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

0 comments on commit af16ca1

Please sign in to comment.