Skip to content

Commit

Permalink
lookup: increase acorn timeout to 30 minutes
Browse files Browse the repository at this point in the history
acorn needs more time so that it can install the test262 dependencies
(which we then won't use/test, but what can you do?).
  • Loading branch information
Trott committed Sep 8, 2023
1 parent 77310a6 commit 6e4b228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
},
"acorn": {
"maintainers": "marijnh",
"skip": ["win32", "ppc"]
"skip": ["win32", "ppc"],
"timeout": 1800000
},
"ava": {
"prefix": "v",
Expand Down

0 comments on commit 6e4b228

Please sign in to comment.