[skip ci] Set travis_wait timeout to 60m

This was already done for master, but for some reason not for lower branches.
This commit is contained in:
Ilija Tovilo 2023-10-18 15:37:12 +02:00
parent b49e178563
commit e3a6dc123d
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -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: