From 3349033adb4f53638cd558ac158927b31b2a9c44 Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Thu, 9 Jul 2026 13:25:48 -0400 Subject: [PATCH] chore: extend timeout for abstract-utxo tests WCN-1192 TICKET: WCN-1192 --- modules/abstract-utxo/.mocharc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/abstract-utxo/.mocharc.js b/modules/abstract-utxo/.mocharc.js index fb83e982f3..c64d50654d 100644 --- a/modules/abstract-utxo/.mocharc.js +++ b/modules/abstract-utxo/.mocharc.js @@ -3,4 +3,6 @@ module.exports = { require: 'tsx', extension: ['.js', '.ts'], + timeout: '20000', + exit: true, };