summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-02-15 17:02:46 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-02-15 17:02:46 +0530
commit3e0d729caf7a9388e167e4f9a32410aab3e813c7 (patch)
treeed88c4f34aea035ae9d329c4f90adf2fbed81ae4
parenta3fea534e64e87efb76a899f2441f15472f7daea (diff)
test-art-host-test: reduce build threads
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rwxr-xr-xtest-art-host-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-art-host-test.sh b/test-art-host-test.sh
index e94fc68..69c7448 100755
--- a/test-art-host-test.sh
+++ b/test-art-host-test.sh
@@ -25,7 +25,7 @@ export ART_TEST_RUN_TEST_DEBUG=false
export ART_TEST_RUN_TEST_NDEBUG=true
export ART_USE_OPTIMIZING_COMPILER=true
failed=0
-make -j8 $MAKE_TARGETS > $WORKSPACE/build-logs.txt 2>&1
+make -j4 $MAKE_TARGETS > $WORKSPACE/build-logs.txt 2>&1
if [[ $? -ne 0 ]]; then
echo "Error: *** Error make failed"