Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/instance_pool_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: playwright install chromium --with-deps

- name: Run L1 tests
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


test-snow-instance:
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
run: playwright install chromium --with-deps

- name: Run snow instance tests
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
Loading