Skip to content

Commit a5ab79c

Browse files
authored
Merge pull request #3726 from apostasie/ci-fix-timeouts
Increase timeouts on CI
2 parents c0b8f63 + e536ed5 commit a5ab79c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
# This job builds the dependency target of the test docker image for all supported architectures and cache it in GHA
1919
build-dependencies:
20-
timeout-minutes: 10
20+
timeout-minutes: 15
2121
name: dependencies | ${{ matrix.containerd }} | ${{ matrix.arch }}
2222
runs-on: "${{ matrix.runner }}"
2323
strategy:
@@ -59,7 +59,7 @@ jobs:
5959
# Supposed to work: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#example-returning-a-json-data-type
6060
# Apparently does not
6161
# timeout-minutes: ${{ fromJSON(env.SHORT_TIMEOUT) }}
62-
timeout-minutes: 5
62+
timeout-minutes: 10
6363
name: unit | ${{ matrix.goos }}
6464
runs-on: "${{ matrix.os }}"
6565
defaults:
@@ -160,7 +160,7 @@ jobs:
160160

161161
test-integration-ipv6:
162162
needs: build-dependencies
163-
timeout-minutes: 10
163+
timeout-minutes: 15
164164
name: ipv6 | ${{ matrix.containerd }} | ${{ matrix.ubuntu }}
165165
runs-on: "ubuntu-${{ matrix.ubuntu }}"
166166
strategy:

0 commit comments

Comments
 (0)