From 7ded8b463188ff73cfa305195979e30333a6e438 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 8 Sep 2023 15:01:17 -0700 Subject: [PATCH 1/2] lookup: increase acorn timeout to 30 minutes acorn needs more time so that it can install the test262 dependencies (which we then won't use/test, but what can you do?). --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index f4b270f7a..4c4f32427 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -31,7 +31,8 @@ }, "acorn": { "maintainers": "marijnh", - "skip": ["win32", "ppc"] + "skip": ["win32", "ppc"], + "timeout": 1800000 }, "ava": { "prefix": "v", From 2aa6950248e521c2093ab28b9aba547612cd48d8 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 8 Sep 2023 16:54:09 -0700 Subject: [PATCH 2/2] lookup: remove acorn from test suite Ref: https://github.com/nodejs/citgm/pull/959#issuecomment-1712344481 --- lib/lookup.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 4c4f32427..6fd2ec9d6 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -29,11 +29,6 @@ "skip": ["win32", "14"], "maintainers": "dominictarr" }, - "acorn": { - "maintainers": "marijnh", - "skip": ["win32", "ppc"], - "timeout": 1800000 - }, "ava": { "prefix": "v", "skip": ["14", "ppc", "win32", "x86", "rhel", "aix", "ia32"],