Skip to content

Commit afee19f

Browse files
committed
chore: increase build timouts as builds timing out for prod build gen
1 parent 27d8af2 commit afee19f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tauri-build-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
needs: [create-release, build-mac-m1-node-modules]
7777
permissions:
7878
contents: write
79-
timeout-minutes: 60
79+
timeout-minutes: 100
8080
strategy:
8181
fail-fast: false
8282
matrix:
@@ -276,7 +276,7 @@ jobs:
276276
needs: [ create-release ]
277277
permissions:
278278
contents: write
279-
timeout-minutes: 60
279+
timeout-minutes: 100
280280
runs-on: ubuntu-22.04
281281
steps:
282282
- uses: actions/checkout@v4

.github/workflows/tauri-build-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
needs: [create-release, build-mac-m1-node-modules]
7777
permissions:
7878
contents: write
79-
timeout-minutes: 60
79+
timeout-minutes: 100
8080
strategy:
8181
fail-fast: false
8282
matrix:
@@ -325,7 +325,7 @@ jobs:
325325
needs: [ create-release ]
326326
permissions:
327327
contents: write
328-
timeout-minutes: 60
328+
timeout-minutes: 100
329329
runs-on: ubuntu-22.04
330330
steps:
331331
- uses: actions/checkout@v4

.github/workflows/tauri-build-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
needs: [create-release, build-mac-m1-node-modules]
7777
permissions:
7878
contents: write
79-
timeout-minutes: 60
79+
timeout-minutes: 100
8080
strategy:
8181
fail-fast: false
8282
matrix:
@@ -276,7 +276,7 @@ jobs:
276276
needs: [ create-release ]
277277
permissions:
278278
contents: write
279-
timeout-minutes: 60
279+
timeout-minutes: 100
280280
runs-on: ubuntu-22.04
281281
steps:
282282
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)