Skip to content

Commit 20efd15

Browse files
authored
Increase test262 limit from 30 to 40
1 parent adad1a6 commit 20efd15

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 30 --fail-on-failure --focus language
31+
bash ci/run_test262.sh --limit 40 --fail-on-failure --focus language
3232
3333
- name: Upload results
3434
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)