File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments