[mobile_static] Give bitcode mini tests parallelism and more time
authorAlexander Kyte <alkyte@microsoft.com>
Thu, 4 Aug 2016 19:59:17 +0000 (15:59 -0400)
committerAlexander Kyte <alkyte@microsoft.com>
Thu, 4 Aug 2016 20:02:29 +0000 (16:02 -0400)
scripts/ci/run-test-mobile_static.sh

index 6fab181aa309f0abf55c28305e0d302851969b39..bfb161032d27c79dc85c9c77bf99ccedd69d478c 100755 (executable)
@@ -4,9 +4,9 @@ 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