]> Untitled Git - bdk/commit
fix(ci,test): update `chained_mempool_txs` to use 6 secs timeout
authorLeonardo Lima <oleonardolima@users.noreply.github.com>
Thu, 2 Oct 2025 04:18:47 +0000 (14:18 +1000)
committerLeonardo Lima <oleonardolima@users.noreply.github.com>
Thu, 2 Oct 2025 04:18:47 +0000 (14:18 +1000)
commit353d18bd69b9bfe0d70cf8e0658a98dabf44bb1f
treef1af983c551dfbfb9de3919b27843e4f479b9fb2
parent00efcdee5d4d2c5473b15da358aec474327d4d73
fix(ci,test): update `chained_mempool_txs` to use 6 secs timeout

- update the chained_mempool_txs test to use 6 seconds as timeout,
  instead of 5, it was the only spot using 5 instead of 6.
- update the error message to show the total time elapsed, can help
  debug the CI if the timeout error persists.
crates/electrum/tests/test_electrum.rs
crates/testenv/src/lib.rs