From f5aec6d5e2dbe8007ad869e6dc1bca5ea88fcc59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 1 Feb 2017 14:27:01 +0100 Subject: [PATCH] [ci] Bump timeout for compile-runtime-tests The new Azure Windows builders sometimes run into this timeout. --- scripts/ci/run-test-default.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/run-test-default.sh b/scripts/ci/run-test-default.sh index 89a1409e434..6fba7f19ca6 100755 --- a/scripts/ci/run-test-default.sh +++ b/scripts/ci/run-test-default.sh @@ -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 -- 2.25.1