diff --git a/crates/node/src/provider_utils/provider.rs b/crates/node/src/provider_utils/provider.rs index c8f5655..f10b3b6 100644 --- a/crates/node/src/provider_utils/provider.rs +++ b/crates/node/src/provider_utils/provider.rs @@ -104,7 +104,7 @@ where }; debug!(%tx_hash, "Submitted Transaction"); - pending_transaction.set_timeout(Some(Duration::from_secs(240))); + pending_transaction.set_timeout(Some(Duration::from_secs(120))); let tx_hash = pending_transaction.watch().await.context(format!( "Transaction inclusion watching timeout for {tx_hash}" ))?; diff --git a/resolc-compiler-tests b/resolc-compiler-tests index 702e264..5fcc496 160000 --- a/resolc-compiler-tests +++ b/resolc-compiler-tests @@ -1 +1 @@ -Subproject commit 702e26462786d8445161e0a56535670a0f7e1bcc +Subproject commit 5fcc4961d21c5ce93e7b42933bb157f8e0736c3f