Commit 308883b33 for llama.cpp
commit 308883b335798865e73f8fee0d9a5fbfa13c8480
Author: Daniel Bevenius <daniel.bevenius@gmail.com>
Date: Thu Sep 24 15:59:13 2026 +0200
server : change default pytest workers to 4 (#29376)
This commit changes the default number of pytest workers to 4 instead of
auto.
Refs: https://github.com/ggml-org/llama.cpp/pull/29369#issuecomment-5815050948
diff --git a/tools/server/tests/tests.sh b/tools/server/tests/tests.sh
index 1d1415663..c7d5d7805 100755
--- a/tools/server/tests/tests.sh
+++ b/tools/server/tests/tests.sh
@@ -6,7 +6,7 @@ cd $SCRIPT_DIR
set -eu
-WORKERS="${PYTEST_WORKERS:-auto}"
+WORKERS="${PYTEST_WORKERS:-4}"
if [ $# -lt 1 ]
then