Skip to content

Commit 0e60adf

Browse files
committed
Only 20 tries should be enough
1 parent 3f6c65d commit 0e60adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jit-nan-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
infection/infection friendsofphp/php-cs-fixer php-coveralls/php-coveralls
4949
composer install --prefer-dist --no-interaction --no-progress
5050
51-
- name: Run reproducer (up to 100 attempts)
51+
- name: Run reproducer (up to N attempts)
5252
run: ./jit-nan-bug-reproducer.sh

jit-nan-bug-reproducer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
set -e
2727

28-
MAX_ATTEMPTS="${1:-100}"
28+
MAX_ATTEMPTS="${1:-20}"
2929
PHP_BIN="${PHP_BIN:-php}"
3030

3131
# Ensure JIT is enabled

0 commit comments

Comments
 (0)