aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.buildkite/cpp-test.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/.buildkite/cpp-test.sh b/.buildkite/cpp-test.sh
index 28133f1c70b..5bdf39da93d 100755
--- a/.buildkite/cpp-test.sh
+++ b/.buildkite/cpp-test.sh
@@ -3,8 +3,9 @@
set -euo pipefail
set +e
-if ! ctest3 --output-junit "$LOG_DIR/vespa-cpptest-results.xml" --output-on-failure -j "$NUM_CPP_THREADS" ; then
- sleep 3600
+#if ! ctest3 --output-junit "$LOG_DIR/vespa-cpptest-results.xml" --output-on-failure -j "$NUM_CPP_THREADS" ; then
+if ! ctest3 --output-junit "$LOG_DIR/vespa-cpptest-results.xml" --output-on-failure -j 12 ; then
+ #sleep 3600
exit 1
fi