diff --git a/ci/run_pytest_cpu.sh b/ci/run_pytest_cpu.sh index ef97faec1af4..18098cd80079 100755 --- a/ci/run_pytest_cpu.sh +++ b/ci/run_pytest_cpu.sh @@ -50,7 +50,7 @@ MAX_PROCESSES_ARG="" if [[ -n "${MAX_PROCESSES}" ]]; then MAX_PROCESSES_ARG="--maxprocesses=${MAX_PROCESSES}" elif [[ "$(uname -s)" == *"MSYS"* ]]; then - MAX_PROCESSES_ARG="--maxprocesses=56" # Tests OOM on Windows sometimes. + MAX_PROCESSES_ARG="--maxprocesses=48" # Tests OOM on Windows sometimes. fi # End of test environment variable setup