Skip to content

Commit cefeb8d

Browse files
committed
ci: extend cache timeout
1 parent 581d349 commit cefeb8d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Cache (rust)
1717
uses: actions/cache@v4
18-
timeout-minutes: 1
18+
timeout-minutes: 2
1919
continue-on-error: true
2020
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
2121
with:
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Cache (pnpm)
7272
uses: actions/cache@v4
73-
timeout-minutes: 1
73+
timeout-minutes: 2
7474
continue-on-error: true
7575
with:
7676
path: ~/.pnpm-store/v3

.github/workflows/clippy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Cache
2424
uses: actions/cache@v4
25-
timeout-minutes: 1
25+
timeout-minutes: 2
2626
continue-on-error: true
2727
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
2828
with:

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434

435435
- name: Cache (rust)
436436
uses: actions/cache@v4
437-
timeout-minutes: 1
437+
timeout-minutes: 2
438438
continue-on-error: true
439439
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
440440
with:
@@ -560,7 +560,7 @@ jobs:
560560

561561
- name: Cache (pnpm)
562562
uses: actions/cache@v4
563-
timeout-minutes: 1
563+
timeout-minutes: 2
564564
continue-on-error: true
565565
with:
566566
path: ~/.pnpm-store/v3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Cache
2525
uses: actions/cache@v4
26-
timeout-minutes: 1
26+
timeout-minutes: 2
2727
continue-on-error: true
2828
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
2929
with:

0 commit comments

Comments
 (0)