We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5533d4 commit 92a8fe1Copy full SHA for 92a8fe1
lib/json_rpc/call.rs
@@ -10,7 +10,7 @@ use serde_json::json;
10
11
const RPC_API_PATH: &str = "rpc";
12
#[cfg(not(target_arch = "wasm32"))]
13
-const REQUEST_TIMEOUT: Duration = Duration::from_secs(5);
+const REQUEST_TIMEOUT: Duration = Duration::from_secs(15);
14
15
/// Statically declared client used when making HTTP requests
16
/// so opened connections are pooled.
0 commit comments