Skip to content

Commit

Permalink
bump workers 6->10
Browse files Browse the repository at this point in the history
  • Loading branch information
CCedricYoung committed Jan 6, 2025
1 parent b6a3783 commit 07fa8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
command: curl --retry 60 --retry-delay 5 --retry-connrefused http://localhost:4444
- run:
name: run_functional_tests
command: uv run cucu run features --workers 6 --selenium-remote-url http://localhost:4444 --generate-report --junit junit_results --browser "<<parameters.browser>>"
command: uv run cucu run features --workers 10 --selenium-remote-url http://localhost:4444 --generate-report --junit junit_results --browser "<<parameters.browser>>"
environment:
COVERAGE_PROCESS_START: pyproject.toml # set to config file
- run:
Expand Down

0 comments on commit 07fa8d5

Please sign in to comment.