We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceb5b7e + 0f4db2c commit d67d5cdCopy full SHA for d67d5cd
src/context.rs
@@ -66,7 +66,7 @@ impl Context {
66
let exp_backoff = Some(ExponentialBackoffBuilder::default().build());
67
68
let client = reqwest::Client::builder()
69
- .timeout(Duration::from_secs(8))
+ .timeout(Duration::from_secs(16))
70
.build()?;
71
let provider = ProviderBuilder::new()
72
.network::<Ethereum>()
0 commit comments