From 6696f7e776877e0ddb4d0ec175f72ed6c90b65f0 Mon Sep 17 00:00:00 2001 From: Paulo Janotti Date: Mon, 6 Nov 2023 09:46:58 -0800 Subject: [PATCH] [chore] Increase Cache Go step timeout to 25min on Windows (#28859) **Description:** Increase the timeout of the "Cache Go" step in the `build-and-test-windows` workflow. I had a few failures with that today and glancing at the errors for the workflow I can see a few others. Few instances below: * https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/6722644168/job/18271035294#step:5:22 * https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/6725656509/job/18280490403#step:5:23 * https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/6726302253/job/18282301386#step:5:21 --- .github/workflows/build-and-test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-windows.yml b/.github/workflows/build-and-test-windows.yml index f30755ae4b8d..eb2851e1111a 100644 --- a/.github/workflows/build-and-test-windows.yml +++ b/.github/workflows/build-and-test-windows.yml @@ -48,7 +48,7 @@ jobs: cache: false - name: Cache Go id: go-mod-cache - timeout-minutes: 15 + timeout-minutes: 25 uses: actions/cache@v3 with: path: |