From 5ab26a87743684b57194f138a61eb06b5f3ffbf5 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 21 Apr 2026 02:04:47 +0100 Subject: [PATCH] ci: extend checkout fetch timeout --- .github/workflows/ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c5952c4e2e..5b97e4f6520 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -489,7 +489,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -589,7 +589,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -677,7 +677,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -780,7 +780,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -848,7 +848,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -941,7 +941,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1065,7 +1065,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1189,7 +1189,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1358,7 +1358,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1442,7 +1442,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1577,7 +1577,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1739,7 +1739,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \ @@ -1835,7 +1835,7 @@ jobs: git -C "$workdir" remote add origin "https://github.com/${CHECKOUT_REPO}" git -C "$workdir" config gc.auto 0 - timeout --signal=TERM 30s git -C "$workdir" \ + timeout --signal=TERM 120s git -C "$workdir" \ -c protocol.version=2 \ -c "http.https://github.com/.extraheader=AUTHORIZATION: basic ${auth_header}" \ fetch --no-tags --prune --no-recurse-submodules --depth=1 origin \