Skip to content

Commit

Permalink
[chore] Increase Cache Go step timeout to 25min on Windows (#28859)
Browse files Browse the repository at this point in the history
**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
  • Loading branch information
pjanotti authored Nov 6, 2023
1 parent ad6fa27 commit 6696f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6696f7e

Please sign in to comment.