From fb009f65c1489aca82788a1548f84428a5db786b Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 6 Nov 2025 06:42:20 +0300 Subject: [PATCH] Bump resolc compiler tests (#208) * Bump the version of resolc compiler tests * Bump the version of resolc compiler tests * Reduce the timeout for transactions to 2 minutes --- crates/node/src/provider_utils/provider.rs | 2 +- resolc-compiler-tests | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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