Skip to content

Commit

Permalink
Merge pull request chipsalliance#106 from antmicro/mczyz/cache-timeou…
Browse files Browse the repository at this point in the history
…t-quickfix

Increase timeouts on cache actions
  • Loading branch information
tmichalak authored Aug 22, 2023
2 parents 09bfa84 + c693365 commit cdccf7a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-spike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup cache
uses: actions/cache@v3
id: cache
timeout-minutes: 3
timeout-minutes: 60
with:
path: |
/opt/spike
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-verilator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup cache
uses: actions/cache@v3
id: cache
timeout-minutes: 3
timeout-minutes: 60
with:
path: |
/opt/verilator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-riscof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Setup cache
uses: actions/cache@v2
timeout-minutes: 3
timeout-minutes: 60
continue-on-error: true
with:
path: "/opt/veer-el2/.cache/"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Setup cache
uses: actions/cache@v3
timeout-minutes: 3
timeout-minutes: 60
continue-on-error: true
with:
path: "/opt/veer-el2/.cache/"
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Setup cache
uses: actions/cache@v3
timeout-minutes: 3
timeout-minutes: 60
continue-on-error: true
with:
path: "/opt/veer-el2/.cache/"
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:

- name: Setup cache
uses: actions/cache@v3
timeout-minutes: 3
timeout-minutes: 60
continue-on-error: true
with:
path: "/opt/veer-el2/.cache/"
Expand Down

0 comments on commit cdccf7a

Please sign in to comment.