mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Increase CircleCI no_output_timeout
Closes GH-18002
This commit is contained in:
parent
b0858427aa
commit
ee7fcf2a07
1 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,7 @@ jobs:
|
||||||
`#--enable-werror`
|
`#--enable-werror`
|
||||||
- run:
|
- run:
|
||||||
name: make
|
name: make
|
||||||
|
no_output_timeout: 30m
|
||||||
command: make -j2 > /dev/null
|
command: make -j2 > /dev/null
|
||||||
- run:
|
- run:
|
||||||
name: make install
|
name: make install
|
||||||
|
@ -177,6 +178,7 @@ jobs:
|
||||||
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
|
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
|
||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
|
no_output_timeout: 30m
|
||||||
command: |
|
command: |
|
||||||
sapi/cli/php run-tests.php \
|
sapi/cli/php run-tests.php \
|
||||||
-d zend_extension=opcache.so \
|
-d zend_extension=opcache.so \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue