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 49
49
run : docker run -t --rm --privileged test-integration ./hack/test-integration.sh -test.only-flaky=true
50
50
51
51
windows :
52
- timeout-minutes : 30
52
+ timeout-minutes : 40
53
53
runs-on : windows-latest
54
54
defaults :
55
55
run :
Original file line number Diff line number Diff line change 97
97
98
98
test-integration :
99
99
needs : build-dependencies
100
- timeout-minutes : 30
100
+ timeout-minutes : 40
101
101
name : rootful | ${{ matrix.containerd }} | ${{ matrix.runner }}
102
102
runs-on : " ${{ matrix.runner }}"
103
103
strategy :
@@ -221,7 +221,7 @@ jobs:
221
221
222
222
test-integration-rootless :
223
223
needs : build-dependencies
224
- timeout-minutes : 30
224
+ timeout-minutes : 40
225
225
name : " ${{ matrix.target }} | ${{ matrix.containerd }} | ${{ matrix.rootlesskit }} | ${{ matrix.ubuntu }}"
226
226
runs-on : " ubuntu-${{ matrix.ubuntu }}"
227
227
strategy :
@@ -325,7 +325,7 @@ jobs:
325
325
run : GO_VERSION="$(echo ${{ matrix.go-version }} | sed -e s/.x//)" make binaries
326
326
327
327
test-integration-docker-compatibility :
328
- timeout-minutes : 30
328
+ timeout-minutes : 40
329
329
name : docker
330
330
runs-on : ubuntu-24.04
331
331
steps :
@@ -357,7 +357,7 @@ jobs:
357
357
run : WITH_SUDO=true ./hack/test-integration.sh -test.target=docker -test.only-flaky
358
358
359
359
test-integration-windows :
360
- timeout-minutes : 30
360
+ timeout-minutes : 40
361
361
name : windows
362
362
runs-on : windows-2022
363
363
defaults :
@@ -392,7 +392,7 @@ jobs:
392
392
run : ./hack/test-integration.sh -test.only-flaky=true
393
393
394
394
test-integration-freebsd :
395
- timeout-minutes : 30
395
+ timeout-minutes : 40
396
396
name : FreeBSD
397
397
runs-on : ubuntu-24.04
398
398
steps :
You can’t perform that action at this time.
0 commit comments