Skip to content

Commit

Permalink
Update substrate/frame/revive/rpc/src/tests.rs
Browse files Browse the repository at this point in the history
Co-authored-by: ordian <[email protected]>
  • Loading branch information
athei and ordian authored Nov 20, 2024
1 parent 0523edf commit a116f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/revive/rpc/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use static_init::dynamic;
use std::thread;
use substrate_cli_test_utils::*;

/// Create a websocket client with a 30s timeout.
/// Create a websocket client with a 120s timeout.
async fn ws_client_with_retry(url: &str) -> WsClient {
let timeout = tokio::time::Duration::from_secs(120);
tokio::time::timeout(timeout, async {
Expand Down

0 comments on commit a116f3b

Please sign in to comment.