Skip to content

Commit a5f0517

Browse files
authored
Increase test262 limit from 40 to 50
1 parent 1a87a5a commit a5f0517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test262.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
FAIL_ON_FAILURE: 'true'
3030
run: |
31-
bash ci/run_test262.sh --limit 40 --fail-on-failure --focus language
31+
bash ci/run_test262.sh --limit 50 --fail-on-failure --focus language
3232
3333
- name: Upload results
3434
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)