mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Set travis_wait timeout to 60m
This commit is contained in:
commit
34948c7fa8
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ before_script:
|
||||||
|
|
||||||
# Run PHPs run-tests.php
|
# Run PHPs run-tests.php
|
||||||
script:
|
script:
|
||||||
- travis_wait ./travis/test.sh -d opcache.jit_buffer_size=16M -d opcache.jit=tracing
|
- travis_wait 60 ./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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue