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>2018-01-05 17:28:16 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-01-05 17:28:45 +0300
commit261b75e047af12b1a87d376446ce7068dfe80af0 (patch)
tree8224616db310a8226df7f1843e10a7976dd8f34b /scripts
parentaa2ecc705375fd783d8b57b3c135d3ccc541251f (diff)
[ci] Bump timeout in acceptance-tests
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-test-acceptance-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/run-test-acceptance-tests.sh b/scripts/ci/run-test-acceptance-tests.sh
index 8ac22ae40d1..252f1ca4f5d 100755
--- a/scripts/ci/run-test-acceptance-tests.sh
+++ b/scripts/ci/run-test-acceptance-tests.sh
@@ -13,7 +13,7 @@ fi
${TESTCMD} --label=check-roslyn --timeout=60m make -C acceptance-tests check-roslyn
# run CoreCLR managed tests, we precompile them in parallel so individual steps don't need to do it
-${TESTCMD} --label=coreclr-compile-tests --timeout=80m --fatal make -C acceptance-tests coreclr-compile-tests
+${TESTCMD} --label=coreclr-compile-tests --timeout=120m --fatal make -C acceptance-tests coreclr-compile-tests
${TESTCMD} --label=coreclr-runtest-basic --timeout=10m make -C acceptance-tests coreclr-runtest-basic
${TESTCMD} --label=coreclr-runtest-coremanglib --timeout=10m make -C acceptance-tests coreclr-runtest-coremanglib