Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-01 16:27:01 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-01 16:27:01 +0300
commitf5aec6d5e2dbe8007ad869e6dc1bca5ea88fcc59 (patch)
tree5230aa5fbfb40e3c3a23be30b6045e4910c5ef19 /scripts
parent578c224c25e9be3bfd22d09c28e74ba565ca4ed1 (diff)
[ci] Bump timeout for compile-runtime-tests
The new Azure Windows builders sometimes run into this timeout.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-test-default.sh2
1 files changed, 1 insertions, 1 deletions
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