Skip to content

Commit

Permalink
TASK: Use chrome and set higher timeout for CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Dec 5, 2024
1 parent 4e3824a commit 1074a71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
echo "Using target branch: $TARGET_BRANCH"
- run:
name: Prepare and run e2e tests
no_output_timeout: 30m
no_output_timeout: 45m
command: |
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
Expand Down
4 changes: 2 additions & 2 deletions .sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ testcafe:
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
rootDir: ./
suites:
- name: "Tests in Firefox on Windows"
browserName: "firefox"
- name: "Tests in Chrome on Windows"
browserName: "chrome"
src:
- "Tests/IntegrationTests/Fixtures/*/*.e2e.js"
platformName: "Windows 10"
Expand Down

0 comments on commit 1074a71

Please sign in to comment.