We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6c65d commit 0e60adfCopy full SHA for 0e60adf
.github/workflows/jit-nan-bug.yml
@@ -48,5 +48,5 @@ jobs:
48
infection/infection friendsofphp/php-cs-fixer php-coveralls/php-coveralls
49
composer install --prefer-dist --no-interaction --no-progress
50
51
- - name: Run reproducer (up to 100 attempts)
+ - name: Run reproducer (up to N attempts)
52
run: ./jit-nan-bug-reproducer.sh
jit-nan-bug-reproducer.sh
@@ -25,7 +25,7 @@
25
26
set -e
27
28
-MAX_ATTEMPTS="${1:-100}"
+MAX_ATTEMPTS="${1:-20}"
29
PHP_BIN="${PHP_BIN:-php}"
30
31
# Ensure JIT is enabled
0 commit comments