From: Chris Duncan Date: Tue, 23 Sep 2025 18:51:51 +0000 (-0700) Subject: Delay test assertions slightly to avoid race condition with vault timer. X-Git-Tag: v0.10.5~12^2 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=6601fa25039f4054e1917106b095a7a07549e333;p=libnemo.git Delay test assertions slightly to avoid race condition with vault timer. --- 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) }) })