Skip to content

Commit

Permalink
increasing timeout and testing only for chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Feb 7, 2024
1 parent b896d6f commit e1fafca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/visual-ci-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: lerna bootstrap --no-ci

- name: Visual Tests
timeout-minutes: 18
timeout-minutes: 30
run: |
cd ./packages/web-new
npm install
Expand Down
2 changes: 1 addition & 1 deletion packages/web-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev": "webpack serve --mode development",
"serve": "node server/server.js",
"examples": "node external-scripts/generate-paths.js",
"test": "npx playwright test --project=chromium --project=firefox",
"test": "npx playwright test --project=chromium",
"test-full": "npx playwright test"
},
"devDependencies": {
Expand Down

0 comments on commit e1fafca

Please sign in to comment.