chore(gpu): reduce test threads for small instances case

This commit is contained in:
Agnes Leroy
2025-04-16 10:38:53 +02:00
committed by Agnès Leroy
parent 0a279711d8
commit cd0e077f34

View File

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