diff --git a/rpc/client_test.go b/rpc/client_test.go
index 759933f8c66117284c6bfe13fa08863b96938094..315bd6d7d14d0d1a3c57dc5bc781af35a5ba7647 100644
--- a/rpc/client_test.go
+++ b/rpc/client_test.go
@@ -380,7 +380,7 @@ func TestClientNotificationStorm(t *testing.T) {
 	}
 
 	doTest(8000, false)
-	doTest(21000, true)
+	doTest(23000, true)
 }
 
 func TestClientHTTP(t *testing.T) {