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