File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
build :
46
46
runs-on : ${{ matrix.os }}
47
47
needs : setup
48
- timeout-minutes : 60
48
+ timeout-minutes : 120
49
49
50
50
strategy :
51
51
fail-fast : false
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
test :
104
104
runs-on : ${{ matrix.os }}
105
- timeout-minutes : 10
105
+ timeout-minutes : 120
106
106
needs : setup
107
107
108
108
permissions :
@@ -211,7 +211,7 @@ jobs:
211
211
needs : [build, test]
212
212
name : Deploy Dokka
213
213
if : ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }}
214
- timeout-minutes : 30
214
+ timeout-minutes : 120
215
215
216
216
permissions :
217
217
contents : write
@@ -240,7 +240,7 @@ jobs:
240
240
needs : build
241
241
name : Publish to Repository
242
242
if : ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }}
243
- timeout-minutes : 30
243
+ timeout-minutes : 120
244
244
245
245
permissions :
246
246
contents : write
@@ -288,7 +288,7 @@ jobs:
288
288
needs : build
289
289
name : Upload Build Artifacts
290
290
if : ${{ github.event_name != 'pull_request' }}
291
- timeout-minutes : 30
291
+ timeout-minutes : 120
292
292
293
293
steps :
294
294
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments