Skip to content

Commit

Permalink
Increase Cache Go step timeout to 25min
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Nov 2, 2023
1 parent 197a47c commit 2052dcb
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 2052dcb

Please sign in to comment.