Răsfoiți Sursa

[ci] Bump timeout for compile-runtime-tests

The new Azure Windows builders sometimes run into this timeout.
Alexander Köplinger 9 ani în urmă
părinte
comite
f5aec6d5e2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      scripts/ci/run-test-default.sh

+ 1 - 1
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