Skip to content

Commit f3f088b

Browse files
OttoAllmendingerllm-git
andcommitted
fix(abstract-utxo): increase timeout for test recovery data
Increase timeout for before hook in backup key recovery test to prevent intermittent failures during test data creation. Issue: BTC-2824 Co-authored-by: llm-git <llm-git@ttll.de>
1 parent 292196f commit f3f088b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/abstract-utxo/test/unit/recovery/backupKeyRecovery.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ function run(
148148
let mockedApiUnspents: utxolib.bitgo.Unspent<bigint>[];
149149

150150
before('create recovery data', async function () {
151+
this.timeout(10_000);
151152
recoverUnspents = scriptTypes.flatMap((scriptType, index) => [
152153
utxolib.testutil.toUnspent({ scriptType, value: BigInt(1e8) * valueMul }, index, coin.network, walletKeys),
153154
utxolib.testutil.toUnspent({ scriptType, value: BigInt(2e8) * valueMul }, index, coin.network, walletKeys),

0 commit comments

Comments
 (0)