Step retry down to 3

This commit is contained in:
Pierre Jacquier
2025-03-17 20:31:17 -04:00
parent a7ef882dca
commit d7839978f8

View File

@ -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