File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
117117arm_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
You can’t perform that action at this time.
0 commit comments