Skip to content

Commit c2b949f

Browse files
authored
Merge pull request #3931 from apostasie/ci-timeout
Increase CI run timeout
2 parents 5be956c + 01d3caf commit c2b949f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: docker run -t --rm --privileged test-integration ./hack/test-integration.sh -test.only-flaky=true
5050

5151
windows:
52-
timeout-minutes: 30
52+
timeout-minutes: 40
5353
runs-on: windows-latest
5454
defaults:
5555
run:

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
test-integration:
9999
needs: build-dependencies
100-
timeout-minutes: 30
100+
timeout-minutes: 40
101101
name: rootful | ${{ matrix.containerd }} | ${{ matrix.runner }}
102102
runs-on: "${{ matrix.runner }}"
103103
strategy:
@@ -221,7 +221,7 @@ jobs:
221221

222222
test-integration-rootless:
223223
needs: build-dependencies
224-
timeout-minutes: 30
224+
timeout-minutes: 40
225225
name: "${{ matrix.target }} | ${{ matrix.containerd }} | ${{ matrix.rootlesskit }} | ${{ matrix.ubuntu }}"
226226
runs-on: "ubuntu-${{ matrix.ubuntu }}"
227227
strategy:
@@ -325,7 +325,7 @@ jobs:
325325
run: GO_VERSION="$(echo ${{ matrix.go-version }} | sed -e s/.x//)" make binaries
326326

327327
test-integration-docker-compatibility:
328-
timeout-minutes: 30
328+
timeout-minutes: 40
329329
name: docker
330330
runs-on: ubuntu-24.04
331331
steps:
@@ -357,7 +357,7 @@ jobs:
357357
run: WITH_SUDO=true ./hack/test-integration.sh -test.target=docker -test.only-flaky
358358

359359
test-integration-windows:
360-
timeout-minutes: 30
360+
timeout-minutes: 40
361361
name: windows
362362
runs-on: windows-2022
363363
defaults:
@@ -392,7 +392,7 @@ jobs:
392392
run: ./hack/test-integration.sh -test.only-flaky=true
393393

394394
test-integration-freebsd:
395-
timeout-minutes: 30
395+
timeout-minutes: 40
396396
name: FreeBSD
397397
runs-on: ubuntu-24.04
398398
steps:

0 commit comments

Comments
 (0)