chore(gpu): decrease test threads for small instances

This commit is contained in:
Agnes Leroy
2025-04-02 16:56:01 +02:00
committed by Agnès Leroy
parent 23cbafaa57
commit eee819cd91

View File

@@ -140,8 +140,8 @@ if [[ "${backend}" == "gpu" ]]; then
test_threads=8
doctest_threads=8
else
test_threads=3
doctest_threads=3
test_threads=2
doctest_threads=2
fi
fi