diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 242b44613..5f898e3e5 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -372,7 +372,7 @@ jobs: shell: bash command: .github/ci-cd-scripts/playwright-electron.sh ${{matrix.shardIndex}} ${{matrix.shardTotal}} ${{matrix.os}} timeout_minutes: 45 - max_attempts: 15 + max_attempts: 3 env: CI: true FAIL_ON_CONSOLE_ERRORS: true