We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49e178 commit e3a6dc1Copy full SHA for e3a6dc1
.travis.yml
@@ -85,7 +85,7 @@ before_script:
85
86
# Run PHPs run-tests.php
87
script:
88
- - 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
89
- sapi/cli/php -d extension_dir=`pwd`/modules -r 'dl("zend_test");'
90
91
after_success:
0 commit comments