Skip to content

Commit bcc1a49

Browse files
committed
test(ios): increase workflow time allowance
- pod install can take as much as 16 minutes now - compile + pod install on new SDKs can take more than 60 minutes combined
1 parent 3122918 commit bcc1a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: iOS
3030
runs-on: macos-12
3131
# TODO matrix across APIs, at least 11 and 15 (lowest to highest)
32-
timeout-minutes: 60
32+
timeout-minutes: 80
3333
env:
3434
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3535
steps:
@@ -114,7 +114,7 @@ jobs:
114114
- name: Pod Install
115115
uses: nick-invision/retry@v2
116116
with:
117-
timeout_minutes: 10
117+
timeout_minutes: 20
118118
retry_wait_seconds: 30
119119
max_attempts: 3
120120
command: yarn tests:ios:pod:install

0 commit comments

Comments
 (0)