Skip to content

Commit 3abddca

Browse files
authored
Increase pytest parallelism from 10 to 20
1 parent 68841da commit 3abddca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/instance_pool_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: playwright install chromium --with-deps
4242

4343
- name: Run L1 tests
44-
run: pytest -n 10 --durations=10 --slowmo 1000 -v tests/test_task_general.py
44+
run: pytest -n 20 --durations=10 --slowmo 1000 -v tests/test_task_general.py
4545

4646

4747
test-snow-instance:
@@ -79,4 +79,4 @@ jobs:
7979
run: playwright install chromium --with-deps
8080

8181
- name: Run snow instance tests
82-
run: pytest -n 10 --durations=10 --slowmo 1000 -v tests/test_snow_instance.py
82+
run: pytest -n 20 --durations=10 --slowmo 1000 -v tests/test_snow_instance.py

0 commit comments

Comments
 (0)