Skip to content

Commit 1551eab

Browse files
committed
ci: lower some timeout values
All the jobs should be much faster than this so we do not needs such long timeouts. In case of hangs it is better to abort early. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent 48ea981 commit 1551eab

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
module: storage
6464
distro: ${{ matrix.distro }}
6565
variant: ${{ matrix.driver }}
66-
timeout: 30
66+
timeout: 20
6767

6868
storage-cross:
6969
needs: [path-filter, validate]
7070
if: github.event_name == 'push' || needs.path-filter.outputs.storage == 'true'
7171
runs-on: ubuntu-24.04
72-
timeout-minutes: 15
72+
timeout-minutes: 10
7373
name: "Storage: Cross"
7474
steps:
7575
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
@@ -85,7 +85,7 @@ jobs:
8585
needs: [path-filter, validate]
8686
if: github.event_name == 'push' || needs.path-filter.outputs.storage == 'true'
8787
runs-on: ubuntu-24.04
88-
timeout-minutes: 15
88+
timeout-minutes: 10
8989
name: "Storage: gofix"
9090
steps:
9191
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
@@ -105,7 +105,7 @@ jobs:
105105
needs: [path-filter, validate]
106106
if: github.event_name == 'push' || needs.path-filter.outputs.image == 'true'
107107
runs-on: ubuntu-24.04
108-
timeout-minutes: 15
108+
timeout-minutes: 10
109109
name: "Image: Cross"
110110
steps:
111111
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
@@ -136,7 +136,7 @@ jobs:
136136
module: ${{ matrix.module }}
137137
distro: fedora-current
138138
variant: ${{ matrix.variant }}
139-
timeout: 30
139+
timeout: 20
140140

141141
common-test:
142142
needs: [path-filter, validate]
@@ -146,7 +146,7 @@ jobs:
146146
runner: cncf-ubuntu-8-32-x86
147147
module: common
148148
distro: fedora-current
149-
timeout: 45
149+
timeout: 20
150150

151151
# N/B: GitHub merge protection is configured for this exact job name, DO NOT CHANGE IT.
152152
success:

0 commit comments

Comments
 (0)