mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix travis_wait
It seems travis_wait is broken. Output skipped tests to avoid the timeout. Closes GH-12822
This commit is contained in:
parent
752192700f
commit
706e51ad8a
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ before_script:
|
||||||
|
|
||||||
# Run PHPs run-tests.php
|
# Run PHPs run-tests.php
|
||||||
script:
|
script:
|
||||||
- travis_wait 60 ./travis/test.sh -d opcache.jit_buffer_size=16M -d opcache.jit=tracing
|
- ./travis/test.sh -d opcache.jit_buffer_size=16M -d opcache.jit=tracing
|
||||||
- sapi/cli/php -d extension_dir=`pwd`/modules -r 'dl("zend_test");'
|
- sapi/cli/php -d extension_dir=`pwd`/modules -r 'dl("zend_test");'
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
|
@ -7,7 +7,7 @@ if [ -z "$ARM64" ]; then export JOBS=$(nproc); else export JOBS=16; fi
|
||||||
export SKIP_SLOW_TESTS=1
|
export SKIP_SLOW_TESTS=1
|
||||||
export SKIP_IO_CAPTURE_TESTS=1
|
export SKIP_IO_CAPTURE_TESTS=1
|
||||||
./sapi/cli/php run-tests.php -P \
|
./sapi/cli/php run-tests.php -P \
|
||||||
-g "FAIL,BORK,LEAK" --offline --show-diff --show-slow 1000 \
|
-g "FAIL,SKIP,BORK,LEAK" --offline --show-diff --show-slow 1000 \
|
||||||
--no-progress \
|
--no-progress \
|
||||||
--set-timeout 120 -j$JOBS \
|
--set-timeout 120 -j$JOBS \
|
||||||
-d extension=`pwd`/modules/zend_test.so \
|
-d extension=`pwd`/modules/zend_test.so \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue