From e3a6dc123da68fd8443df4ff6b9ba47997d2d39b Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 18 Oct 2023 15:37:12 +0200 Subject: [PATCH] [skip ci] Set travis_wait timeout to 60m This was already done for master, but for some reason not for lower branches. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c64ac74cb9..6c51e13a0fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,7 +85,7 @@ before_script: # Run PHPs run-tests.php 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");' after_success: