Merge pull request #3356 from marek-safar/cecil-update
[mono.git] / scripts / ci / run-test-mobile_static.sh
index 168fd8ca49a51279f92bd78bd31a21d04a014f7b..bfb161032d27c79dc85c9c77bf99ccedd69d478c 100755 (executable)
@@ -4,17 +4,15 @@ TESTCMD=`dirname "${BASH_SOURCE[0]}"`/run-step.sh
 
 if test -n "${MONO_LLVMONLY}";
 then
-${TESTCMD} --label=mini --timeout=5m make -w -C mono/mini -k llvmonlycheck
+${TESTCMD} --label=mini --timeout=25m make -j 4 -w -C mono/mini -k llvmonlycheck
 else
-${TESTCMD} --label=mini --timeout=5m make -w -C mono/mini -k fullaotcheck
+${TESTCMD} --label=mini --timeout=25m make -j 4 -w -C mono/mini -k fullaotcheck
 fi
 
 ${TESTCMD} --label=runtime --timeout=160m make -w -C mono/tests -k test-wrench V=1 CI=1
 ${TESTCMD} --label=corlib --timeout=30m make -w -C mcs/class/corlib run-test
 ${TESTCMD} --label=verify --timeout=15m make -w -C runtime mcs-compileall
 ${TESTCMD} --label=profiler --timeout=30m make -w -C mono/profiler -k check
-${TESTCMD} --label=compiler --timeout=30m make -w -C mcs/tests run-test
-${TESTCMD} --label=compiler-errors --timeout=30m make -w -C mcs/errors run-test
 ${TESTCMD} --label=System --timeout=10m make -w -C mcs/class/System run-test
 ${TESTCMD} --label=System.XML --timeout=5m make -w -C mcs/class/System.XML run-test
 ${TESTCMD} --label=Mono.Security --timeout=5m make -w -C mcs/class/Mono.Security run-test