mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Increase CircleCI no_output_timeout
Closes GH-18002
This commit is contained in:
@@ -166,6 +166,7 @@ jobs:
|
||||
`#--enable-werror`
|
||||
- run:
|
||||
name: make
|
||||
no_output_timeout: 30m
|
||||
command: make -j2 > /dev/null
|
||||
- run:
|
||||
name: make install
|
||||
@@ -177,6 +178,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 \
|
||||
|
||||
Reference in New Issue
Block a user