[ci] Bump timeout for compile-runtime-tests
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 1 Feb 2017 13:27:01 +0000 (14:27 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 1 Feb 2017 13:27:01 +0000 (14:27 +0100)
The new Azure Windows builders sometimes run into this timeout.

scripts/ci/run-test-default.sh

index 89a1409e434e4e49b5ab8b0c88014e59d9dfad26..6fba7f19ca6a29199e8033d6ac7c6d19b79efa93 100755 (executable)
@@ -5,7 +5,7 @@ if [[ ${label} == w* ]]
 then ${TESTCMD} --label=aot-test --skip;
 else ${TESTCMD} --label=aot-test --timeout=30m make -w -C mono/tests -j4 -k test-aot
 fi
-${TESTCMD} --label=compile-runtime-tests --timeout=20m make -w -C mono/tests -j4 tests
+${TESTCMD} --label=compile-runtime-tests --timeout=40m make -w -C mono/tests -j4 tests
 ${TESTCMD} --label=runtime --timeout=160m make -w -C mono/tests -k test-wrench V=1 CI=1 CI_PR=${ghprbPullId}
 ${TESTCMD} --label=runtime-unit-tests --timeout=5m make -w -C mono/unit-tests -k check
 if [[ ${label} == 'debian-8-ppc64el' ]]; then ${TESTCMD} --label=corlib --skip; else ${TESTCMD} --label=corlib --timeout=30m make -w -C mcs/class/corlib run-test; fi