Skip to content

Commit c550a6d

Browse files
authored
Increase pytest parallelism from 5 to 20
1 parent d3b0f24 commit c550a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/instance_pool_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
run: playwright install chromium --with-deps
4040

4141
- name: Run test_task_general.py
42-
run: pytest -n 5 --durations=10 --slowmo 1000 -v tests/test_task_general.py
42+
run: pytest -n 20 --durations=10 --slowmo 1000 -v tests/test_task_general.py

0 commit comments

Comments
 (0)