Skip to content

Commit 71dc6ff

Browse files
authored
Merge pull request #600 from gojimmypi/pr-timeout
Reduce workflow timeout from default 360 minutes to 15
2 parents 0ce77a4 + 691e063 commit 71dc6ff

30 files changed

+35
-1
lines changed

.github/workflows/build-keytools-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
build-windows:
1212
runs-on: windows-latest
13+
timeout-minutes: 15
1314

1415
steps:
1516
# Step 1: Checkout the repository

.github/workflows/footprint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
footprint_test:
1111
runs-on: ubuntu-24.04
12+
timeout-minutes: 15
1213

1314
steps:
1415
- uses: actions/checkout@v4

.github/workflows/test-build-aarch64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
build:
2020
runs-on: ubuntu-24.04
21+
timeout-minutes: 15
2122

2223
steps:
2324
- uses: actions/checkout@v4
@@ -29,7 +30,7 @@ jobs:
2930

3031
- name: Update repository
3132
run: sudo apt-get update
32-
33+
3334
- name: Install dependencies
3435
run: |
3536
sudo apt-get install -y build-essential curl

.github/workflows/test-build-cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
jobs:
66
cmake_automated_test:
77
runs-on: ubuntu-latest
8+
timeout-minutes: 15
9+
810
steps:
911
- uses: actions/checkout@v4
1012
with:

.github/workflows/test-build-kontron-vx3060-s2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
fsp_qemu_test:
88
runs-on: ubuntu-latest
9+
timeout-minutes: 15
10+
911
steps:
1012
- uses: actions/checkout@v4
1113
with:

.github/workflows/test-build-lms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
build:
2020
runs-on: ubuntu-latest
21+
timeout-minutes: 15
2122

2223
steps:
2324
- uses: actions/checkout@v4

.github/workflows/test-build-mcux-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
build:
2020
runs-on: ubuntu-latest
21+
timeout-minutes: 15
2122

2223
steps:
2324
- uses: actions/checkout@v4

.github/workflows/test-build-pico-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
build:
2323
runs-on: ubuntu-latest
24+
timeout-minutes: 15
2425

2526
steps:
2627
- uses: actions/checkout@v3

.github/workflows/test-build-sim-tpm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
build:
2929
runs-on: ubuntu-latest
30+
timeout-minutes: 15
3031

3132
steps:
3233
# setup ibmswtpm2

.github/workflows/test-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
build:
2020
runs-on: ubuntu-24.04
21+
timeout-minutes: 15
2122

2223
steps:
2324
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)