Skip to content

Commit fb009f6

Browse files
authored
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
1 parent dff4c25 commit fb009f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/node/src/provider_utils/provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ where
104104
};
105105
debug!(%tx_hash, "Submitted Transaction");
106106

107-
pending_transaction.set_timeout(Some(Duration::from_secs(240)));
107+
pending_transaction.set_timeout(Some(Duration::from_secs(120)));
108108
let tx_hash = pending_transaction.watch().await.context(format!(
109109
"Transaction inclusion watching timeout for {tx_hash}"
110110
))?;

resolc-compiler-tests

0 commit comments

Comments
 (0)