chore(gpu): temporarily set test threads to 1 for the GPU

This commit is contained in:
Agnes Leroy
2024-09-19 18:00:03 +02:00
committed by Agnès Leroy
parent d0624d6184
commit 52b148a728
2 changed files with 7 additions and 7 deletions

View File

@@ -130,8 +130,8 @@ fi
# Override test-threads number to avoid Out-of-memory issues on GPU instances
if [[ "${backend}" == "gpu" ]]; then
if [[ "${BIG_TESTS_INSTANCE}" == TRUE ]]; then
test_threads=8
doctest_threads=8
test_threads=1
doctest_threads=1
else
test_threads=1
doctest_threads=1