We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68841da + 3abddca commit af46b2aCopy full SHA for af46b2a
1 file changed
.github/workflows/instance_pool_ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: playwright install chromium --with-deps
42
43
- name: Run L1 tests
44
- run: pytest -n 10 --durations=10 --slowmo 1000 -v tests/test_task_general.py
+ run: pytest -n 20 --durations=10 --slowmo 1000 -v tests/test_task_general.py
45
46
47
test-snow-instance:
@@ -79,4 +79,4 @@ jobs:
79
80
81
- name: Run snow instance tests
82
- run: pytest -n 10 --durations=10 --slowmo 1000 -v tests/test_snow_instance.py
+ run: pytest -n 20 --durations=10 --slowmo 1000 -v tests/test_snow_instance.py
0 commit comments