Skip to content

Commit ab1b36a

Browse files
authored
Increase test262 limit from 130 to 140
1 parent 27bfd96 commit ab1b36a

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
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
FAIL_ON_FAILURE: 'true'
3434
run: |
35-
bash ci/run_test262.sh --limit 130 --fail-on-failure --focus language
35+
bash ci/run_test262.sh --limit 140 --fail-on-failure --focus language
3636
3737
- name: Upload results
3838
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)