We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3d3be commit c07aed5Copy full SHA for c07aed5
1 file changed
.circleci/config.yml
@@ -177,6 +177,7 @@ jobs:
177
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
178
- run:
179
name: Test
180
+ no_output_timeout: 30m
181
command: |
182
sapi/cli/php run-tests.php \
183
-d zend_extension=opcache.so \
0 commit comments