diff --git a/.github/workflows/test-playwright-full.yml b/.github/workflows/test-playwright-full.yml index 5ed3a02b59..b1aa091a12 100644 --- a/.github/workflows/test-playwright-full.yml +++ b/.github/workflows/test-playwright-full.yml @@ -23,13 +23,13 @@ jobs: tests: name: Run Playwright tests environment: ${{ inputs.environment }} - timeout-minutes: 60 + timeout-minutes: 30 runs-on: ubuntu-latest strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4] - shardTotal: [4] + shardIndex: [1, 2, 3, 4, 5, 6] + shardTotal: [6] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/test-playwright.yml b/.github/workflows/test-playwright.yml index 91017d53cf..dc69205a54 100644 --- a/.github/workflows/test-playwright.yml +++ b/.github/workflows/test-playwright.yml @@ -23,13 +23,13 @@ jobs: tests: name: Run Playwright tests environment: ${{ inputs.environment }} - timeout-minutes: 60 + timeout-minutes: 30 runs-on: ubuntu-latest strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4] - shardTotal: [4] + shardIndex: [1, 2, 3, 4, 5, 6] + shardTotal: [6] steps: - name: Checkout uses: actions/checkout@v4