|
@@ -56,7 +56,7 @@ services:
|
|
|
environment:
|
|
environment:
|
|
|
- BAMBUDDY_TEST_URL=http://integration:8000
|
|
- BAMBUDDY_TEST_URL=http://integration:8000
|
|
|
- TESTING=1
|
|
- TESTING=1
|
|
|
- command: ["pytest", "backend/tests/integration/", "-v", "--tb=short", "-p", "no:cacheprovider", "-n", "auto"]
|
|
|
|
|
|
|
+ command: ["pytest", "backend/tests/integration/", "-v", "--tb=short", "-p", "no:cacheprovider", "-n", "30"]
|
|
|
volumes:
|
|
volumes:
|
|
|
- ./backend:/app/backend:ro
|
|
- ./backend:/app/backend:ro
|
|
|
|
|
|