Skip to content

Commit 0de4c46

Browse files
committed
bump time limits
1 parent 56e5e77 commit 0de4c46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
build:
4646
runs-on: ${{ matrix.os }}
4747
needs: setup
48-
timeout-minutes: 60
48+
timeout-minutes: 120
4949

5050
strategy:
5151
fail-fast: false
@@ -102,7 +102,7 @@ jobs:
102102

103103
test:
104104
runs-on: ${{ matrix.os }}
105-
timeout-minutes: 10
105+
timeout-minutes: 120
106106
needs: setup
107107

108108
permissions:
@@ -211,7 +211,7 @@ jobs:
211211
needs: [build, test]
212212
name: Deploy Dokka
213213
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }}
214-
timeout-minutes: 30
214+
timeout-minutes: 120
215215

216216
permissions:
217217
contents: write
@@ -240,7 +240,7 @@ jobs:
240240
needs: build
241241
name: Publish to Repository
242242
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }}
243-
timeout-minutes: 30
243+
timeout-minutes: 120
244244

245245
permissions:
246246
contents: write
@@ -288,7 +288,7 @@ jobs:
288288
needs: build
289289
name: Upload Build Artifacts
290290
if: ${{ github.event_name != 'pull_request' }}
291-
timeout-minutes: 30
291+
timeout-minutes: 120
292292

293293
steps:
294294
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)