Increase tx timeout and channel limits

This commit is contained in:
Omar Abdulla
2025-10-26 04:00:00 +03:00
parent b3c8b0368c
commit 65e129654d
4 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ where
};
debug!(%tx_hash, "Submitted Transaction");
pending_transaction.set_timeout(Some(Duration::from_secs(120)));
pending_transaction.set_timeout(Some(Duration::from_secs(240)));
let tx_hash = pending_transaction.watch().await.context(format!(
"Transaction inclusion watching timeout for {tx_hash}"
))?;