Skip to content

Commit d2b6d50

Browse files
justingrantptomato
authored andcommitted
Extend long-test timeout to 60s
I've seen occasional Test262 failures at 30 seconds (perhaps related to GitHub capacity limitations?) so let's bump to 60s.
1 parent 9172e37 commit d2b6d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polyfill/runtest262.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const result = runTest262({
44
test262Dir: 'test262',
55
polyfillCodeFile: 'script.js',
66
expectedFailureFiles: ['test/expected-failures.txt'],
7-
timeoutMsecs: process.env.TIMEOUT || 30000,
7+
timeoutMsecs: process.env.TIMEOUT || 60000,
88
testGlobs: process.argv.slice(2)
99
});
1010

0 commit comments

Comments
 (0)