Skip to content

Commit e3de478

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix travis_wait
2 parents 29a7082 + 2751aa3 commit e3de478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ before_script:
8383

8484
# Run PHPs run-tests.php
8585
script:
86-
- travis_wait 60 ./travis/test.sh -d opcache.jit=tracing -d opcache.jit_buffer_size=64M
86+
- ./travis/test.sh -d opcache.jit=tracing -d opcache.jit_buffer_size=64M
8787
- sapi/cli/php -d extension_dir=`pwd`/modules -r 'dl("zend_test");'
8888

8989
after_success:

travis/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -z "$ARM64" ]; then export JOBS=$(nproc); else export JOBS=16; fi
77
export SKIP_SLOW_TESTS=1
88
export SKIP_IO_CAPTURE_TESTS=1
99
./sapi/cli/php run-tests.php -P \
10-
-g "FAIL,BORK,LEAK" --offline --show-diff --show-slow 1000 \
10+
-g "FAIL,SKIP,BORK,LEAK" --offline --show-diff --show-slow 1000 \
1111
--no-progress \
1212
--set-timeout 120 -j$JOBS \
1313
-d extension=`pwd`/modules/zend_test.so \

0 commit comments

Comments
 (0)