From e1fafca945ff0279158598bf545be41f7a3c84c0 Mon Sep 17 00:00:00 2001 From: Sergio Eduardo Castro Ceballos <72516762+SergioCasCeb@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:07:32 +0100 Subject: [PATCH] increasing timeout and testing only for chromium --- .github/workflows/visual-ci-new.yaml | 2 +- packages/web-new/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/visual-ci-new.yaml b/.github/workflows/visual-ci-new.yaml index aa0c0a48b..9c229d9f7 100644 --- a/.github/workflows/visual-ci-new.yaml +++ b/.github/workflows/visual-ci-new.yaml @@ -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 diff --git a/packages/web-new/package.json b/packages/web-new/package.json index a40af23af..ad1e10648 100644 --- a/packages/web-new/package.json +++ b/packages/web-new/package.json @@ -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": {