Another timeout tweak to reduce rpc test flakiness (#27313)
* Another timeout tweak to reduce rpc test flakiness * Increase the same rpc timeout further
This commit is contained in:
parent
b2ae7def06
commit
40ffb50cde
|
@ -402,7 +402,7 @@ fn test_rpc_subscriptions() {
|
|||
}
|
||||
}
|
||||
|
||||
let deadline = Instant::now() + Duration::from_secs(10);
|
||||
let deadline = Instant::now() + Duration::from_secs(60);
|
||||
let mut account_notifications = transactions.len();
|
||||
while account_notifications > 0 {
|
||||
let timeout = deadline.saturating_duration_since(Instant::now());
|
||||
|
|
Loading…
Reference in New Issue