From ec39749ca70e3873062b7585950bbe42678927fe Mon Sep 17 00:00:00 2001 From: David Sanders Date: Mon, 23 Dec 2024 13:22:14 -0800 Subject: [PATCH] test: bump timeout --- test/rcedit-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rcedit-test.js b/test/rcedit-test.js index 275de26..c7a0146 100644 --- a/test/rcedit-test.js +++ b/test/rcedit-test.js @@ -50,7 +50,7 @@ async function assertRceditError (exePath, options, messages) { } describe('async rcedit(exePath, options)', function () { - this.timeout(90000) + this.timeout(1200000) let exePath = null let tempPath = null