diff --git a/rpc-test/tests/rpc.rs b/rpc-test/tests/rpc.rs
index 464560a309b214..5265e93f14f6fb 100644
--- a/rpc-test/tests/rpc.rs
+++ b/rpc-test/tests/rpc.rs
@@ -402,7 +402,7 @@ fn test_rpc_subscriptions() {
         }
     }
 
-    let deadline = Instant::now() + Duration::from_secs(5);
+    let deadline = Instant::now() + Duration::from_secs(10);
     let mut account_notifications = transactions.len();
     while account_notifications > 0 {
         let timeout = deadline.saturating_duration_since(Instant::now());