Skip to content

Commit

Permalink
Increase playwright retries to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed Jan 10, 2025
1 parent 9334d64 commit f7eef9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-cd-scripts/playwright-electron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ ! -f "test-results/.last-run.json" ]]; then
fi

retry=1
max_retrys=4
max_retrys=5

# retry failed tests, doing our own retries because using inbuilt playwright retries causes connection issues
while [[ $retry -le $max_retrys ]]; do
Expand Down

0 comments on commit f7eef9d

Please sign in to comment.