Skip to content

Commit ace41da

Browse files
Increase timeout limit for cirrus arm-linux builds.
1 parent 5cb4bdd commit ace41da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ arm_linux_task:
112112
make -j$CIRRUS_CPU
113113
make tests -j$CIRRUS_CPU
114114
test_script: |
115-
timeout --foreground -k 10s 2m make check || ( cat test/basics/test-suite.log && cat test/features/test-suite.log && cat test/stress/test-suite.log && exit 1 )
115+
timeout --foreground -k 10s 5m make check || ( cat test/basics/test-suite.log && cat test/features/test-suite.log && cat test/stress/test-suite.log && exit 1 )
116116
117117
arm_linux_clang_task:
118118
arm_container:
@@ -168,5 +168,5 @@ arm_linux_clang_task:
168168
make -j$CIRRUS_CPU
169169
make tests -j$CIRRUS_CPU
170170
test_script: |
171-
timeout --foreground -k 10s 2m make check || ( cat test/basics/test-suite.log && cat test/features/test-suite.log && cat test/stress/test-suite.log && exit 1 )
171+
timeout --foreground -k 10s 5m make check || ( cat test/basics/test-suite.log && cat test/features/test-suite.log && cat test/stress/test-suite.log && exit 1 )
172172

0 commit comments

Comments
 (0)