diff --git a/chains/ethereum/server/src/utils.rs b/chains/ethereum/server/src/utils.rs index ee676fb2..14d1dfbf 100644 --- a/chains/ethereum/server/src/utils.rs +++ b/chains/ethereum/server/src/utils.rs @@ -209,7 +209,7 @@ where tx_hash: H256, ) -> anyhow::Result { let now = std::time::Instant::now(); - let timeout = std::time::Duration::from_secs(120); + let timeout = std::time::Duration::from_secs(30); let receipt = loop { let Some(receipt) = ::transaction_receipt(self, tx_hash).await? else {