Skip to content

Commit 81e4195

Browse files
authored
test(ios, e2e): increase ios e2e total time allowed
40 minutes resulted - just barely - in a total workflow timeout bump to 50 minutes
1 parent 8916e19 commit 81e4195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
name: iOS
204204
runs-on: macos-latest
205205
# TODO matrix across APIs, at least 10 and 13 (lowest to highest)
206-
timeout-minutes: 40
206+
timeout-minutes: 50
207207
env:
208208
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
209209
steps:

0 commit comments

Comments
 (0)