From 3e0d729caf7a9388e167e4f9a32410aab3e813c7 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Mon, 15 Feb 2016 17:02:46 +0530 Subject: test-art-host-test: reduce build threads Signed-off-by: Vishal Bhoj --- test-art-host-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3