CircleCI: Increase no_output_timeout to 30m

This commit is contained in:
Ilija Tovilo 2023-10-12 14:04:13 +02:00
parent 9c3d3be8bd
commit c07aed53dd
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

@ -177,6 +177,7 @@ jobs:
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
- run:
name: Test
no_output_timeout: 30m
command: |
sapi/cli/php run-tests.php \
-d zend_extension=opcache.so \