Skip to content

Commit af16ca1

Browse files
authored
rpc: raise limit in TestClientNotificationStorm (#19999)
1 parent cedf8be commit af16ca1

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
@@ -380,7 +380,7 @@ func TestClientNotificationStorm(t *testing.T) {
380380
}
381381

382382
doTest(8000, false)
383-
doTest(21000, true)
383+
doTest(23000, true)
384384
}
385385

386386
func TestClientHTTP(t *testing.T) {

0 commit comments

Comments
 (0)