Skip to content

Commit

Permalink
test(ci, ios): increase yarn install timeout to stop flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Oct 3, 2024
1 parent fd24de3 commit 930968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Yarn Install
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
timeout_minutes: 15
retry_wait_seconds: 60
max_attempts: 4
command: yarn --no-audit --prefer-offline && npm i -g cavy-cli
Expand Down

0 comments on commit 930968f

Please sign in to comment.