Skip to content

Commit ee7fcf2

Browse files
committed
Increase CircleCI no_output_timeout
Closes GH-18002
1 parent b085842 commit ee7fcf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
`#--enable-werror`
167167
- run:
168168
name: make
169+
no_output_timeout: 30m
169170
command: make -j2 > /dev/null
170171
- run:
171172
name: make install
@@ -177,6 +178,7 @@ jobs:
177178
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
178179
- run:
179180
name: Test
181+
no_output_timeout: 30m
180182
command: |
181183
sapi/cli/php run-tests.php \
182184
-d zend_extension=opcache.so \

0 commit comments

Comments
 (0)