Skip to content

Commit

Permalink
Merge branch 'main' of github.com:abacus-network/abacus-monorepo into…
Browse files Browse the repository at this point in the history
… trevor/different-key-funder-job-name
  • Loading branch information
tkporter committed Mar 28, 2024
2 parents 6cf6605 + ff6b060 commit 8939409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/chains/hyperlane-ethereum/src/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ where

info!(?to, %data, ?tx_hash, "Dispatched tx");

match tokio::time::timeout(Duration::from_secs(300), dispatched).await {
match tokio::time::timeout(Duration::from_secs(150), dispatched).await {
// all good
Ok(Ok(Some(receipt))) => {
info!(?tx_hash, "confirmed transaction");
Expand Down

0 comments on commit 8939409

Please sign in to comment.