mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-22 21:57:58 +00:00
Require test argument (#196)
* Require test argument * Increase tx timeout and channel limits * Add default arguments for tests * Fix tests * Fix tests
This commit is contained in:
@@ -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}"
|
||||
))?;
|
||||
|
||||
Reference in New Issue
Block a user