Skip to content

Commit 92a8fe1

Browse files
committed
increase request timeout
1 parent b5533d4 commit 92a8fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json_rpc/call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use serde_json::json;
1010

1111
const RPC_API_PATH: &str = "rpc";
1212
#[cfg(not(target_arch = "wasm32"))]
13-
const REQUEST_TIMEOUT: Duration = Duration::from_secs(5);
13+
const REQUEST_TIMEOUT: Duration = Duration::from_secs(15);
1414

1515
/// Statically declared client used when making HTTP requests
1616
/// so opened connections are pooled.

0 commit comments

Comments
 (0)