Skip to content

Commit 8d4de63

Browse files
authored
Increase test262 limit from 190 to 200
1 parent 631335f commit 8d4de63

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 190 --fail-on-failure --focus language
35+
bash ci/run_test262.sh --limit 200 --fail-on-failure --focus language
3636
3737
- name: Upload results
3838
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)