Skip to content

Commit 0194f50

Browse files
authored
ci: add timeouts for iOS device tests (#4684)
1 parent 83c88fe commit 0194f50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/device-tests-ios.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,25 @@ jobs:
3737
- name: Run Tests
3838
id: first-test-run
3939
continue-on-error: true
40+
timeout-minutes: 40
4041
run: pwsh scripts/device-test.ps1 ios -Run
4142

4243
- name: Retry Tests (if previous failed to run)
4344
if: steps.first-test-run.outcome == 'failure'
45+
timeout-minutes: 40
4446
run: pwsh scripts/device-test.ps1 ios -Run
4547

4648
- name: Run Integration Tests
4749
id: first-integration-test-run
4850
continue-on-error: true
51+
timeout-minutes: 40
4952
uses: getsentry/github-workflows/sentry-cli/integration-test/@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
5053
with:
5154
path: integration-test/ios.Tests.ps1
5255

5356
- name: Retry Integration Tests (if previous failed to run)
5457
if: steps.first-integration-test-run.outcome == 'failure'
58+
timeout-minutes: 40
5559
uses: getsentry/github-workflows/sentry-cli/integration-test/@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
5660
with:
5761
path: integration-test/ios.Tests.ps1

0 commit comments

Comments
 (0)