Explorar el Código

Updated Dockerfile.test

maziggy hace 4 meses
padre
commit
c3e4506275
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      Dockerfile.test

+ 1 - 2
Dockerfile.test

@@ -26,8 +26,7 @@ ENV DATA_DIR=/app/data
 ENV TESTING=1
 
 # Default command runs pytest (excluding docker integration tests)
-# Use -n auto for parallel execution (auto-detects available CPUs)
-CMD ["pytest", "backend/tests/", "-v", "--tb=short", "-p", "no:cacheprovider", "-n", "auto"]
+CMD ["pytest", "backend/tests/", "-v", "--tb=short", "-p", "no:cacheprovider", "-n", "30"]
 
 # -------------------------------------------
 # Frontend test stage