From 6601fa25039f4054e1917106b095a7a07549e333 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 23 Sep 2025 11:51:51 -0700 Subject: [PATCH] Delay test assertions slightly to avoid race condition with vault timer. --- test/test.lock-unlock.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.lock-unlock.mjs b/test/test.lock-unlock.mjs index db3b636..e86a5d8 100644 --- a/test/test.lock-unlock.mjs +++ b/test/test.lock-unlock.mjs @@ -178,7 +178,7 @@ await Promise.all([ } catch (err) { reject(err) } - }, 60000) + }, 61000) }) }) -- 2.47.3