Skip to content

Commit e7c2b38

Browse files
committed
Set timeouts for CI
1 parent d8236aa commit e7c2b38

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
build:
9+
timeout-minutes: 10
910
name: Build Packages
1011
runs-on: ubuntu-latest
1112
steps:

.github/workflows/diagnostics-image-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
88
jobs:
99
build-docker-image:
1010
name: Build diagnostics-app Docker Image
11+
timeout-minutes: 30
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: Checkout

.github/workflows/test-isolated.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
test:
99
name: Test Isolated Demos
1010
runs-on: ubuntu-latest
11+
timeout-minutes: 30
1112
steps:
1213
- uses: actions/checkout@v4
1314
with:

.github/workflows/test-simulators.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
needs: check-changes
2929
if: ${{ needs.check-changes.outputs.should_run == 'true' }}
3030
runs-on: ubuntu-xl
31+
timeout-minutes: 30
3132
env:
3233
AVD_NAME: ubuntu-avd-x86_64-31
3334
steps:
@@ -132,6 +133,7 @@ jobs:
132133
needs: check-changes
133134
if: ${{ needs.check-changes.outputs.should_run == 'true' }}
134135
runs-on: macOS-15
136+
timeout-minutes: 30
135137

136138
steps:
137139
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
test:
99
name: Test Packages
1010
runs-on: ubuntu-xl
11+
timeout-minutes: 30
1112
steps:
1213
- uses: actions/checkout@v4
1314
with:

0 commit comments

Comments
 (0)