Skip to content

Commit 896ed35

Browse files
pjanottijmsnll
authored andcommitted
[chore] Increase Cache Go step timeout to 25min on Windows (open-telemetry#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
1 parent a3206f5 commit 896ed35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cache: false
4949
- name: Cache Go
5050
id: go-mod-cache
51-
timeout-minutes: 15
51+
timeout-minutes: 25
5252
uses: actions/cache@v3
5353
with:
5454
path: |

0 commit comments

Comments
 (0)