js-on-sx: bump test262 runner per-test timeout 5s→15s
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 59s

With 4 parallel workers contending, the 5s default timed out 85/99
built-ins/String tests. Bumping to 15s yields 65/99 (65.7%) with
real failure modes now visible instead of "85x Timeout".
This commit is contained in:
2026-05-07 07:57:23 +00:00
parent 066ddcd6e1
commit 89f1c0ccbe
4 changed files with 37 additions and 45 deletions

View File

@@ -1,76 +1,66 @@
{
"totals": {
"pass": 66,
"fail": 25,
"skip": 1130,
"timeout": 9,
"total": 1230,
"runnable": 100,
"pass_rate": 66.0
"pass": 65,
"fail": 26,
"skip": 1,
"timeout": 8,
"total": 100,
"runnable": 99,
"pass_rate": 65.7
},
"categories": [
{
"category": "built-ins/String",
"total": 1223,
"pass": 66,
"fail": 25,
"skip": 1123,
"timeout": 9,
"pass_rate": 66.0,
"total": 100,
"pass": 65,
"fail": 26,
"skip": 1,
"timeout": 8,
"pass_rate": 65.7,
"top_failures": [
[
"Test262Error (assertion failed)",
14
16
],
[
"Timeout",
9
8
],
[
"TypeError: not a function",
6
],
[
"ReferenceError (undefined symbol)",
"Unhandled: Not callable: \\\\\\",
2
],
[
"Unhandled: Not callable: \\\\\\",
2
"ReferenceError (undefined symbol)",
1
]
]
},
{
"category": "built-ins/StringIteratorPrototype",
"total": 7,
"pass": 0,
"fail": 0,
"skip": 7,
"timeout": 0,
"pass_rate": 0.0,
"top_failures": []
}
],
"top_failure_modes": [
[
"Test262Error (assertion failed)",
14
16
],
[
"Timeout",
9
8
],
[
"TypeError: not a function",
6
],
[
"ReferenceError (undefined symbol)",
"Unhandled: Not callable: \\\\\\",
2
],
[
"Unhandled: Not callable: \\\\\\",
2
"ReferenceError (undefined symbol)",
1
],
[
"SyntaxError (parse/unsupported syntax)",
@@ -78,6 +68,6 @@
]
],
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
"elapsed_seconds": 157.9,
"elapsed_seconds": 420.4,
"workers": 1
}