Browse Source

Updated Dockerfile.test

maziggy 1 month ago
parent
commit
c3e4506275
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Dockerfile.test

+ 1 - 2
Dockerfile.test

@@ -26,8 +26,7 @@ ENV DATA_DIR=/app/data
 ENV TESTING=1
 ENV TESTING=1
 
 
 # Default command runs pytest (excluding docker integration tests)
 # 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
 # Frontend test stage