Skip to content

Commit 0e29da8

Browse files
committed
build: increase timeouts
1 parent 3fcde6c commit 0e29da8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
pwa-build-deploy:
3030
needs: no-concurrent-tag-workflow
31-
timeout-minutes: 20
31+
timeout-minutes: 30
3232
runs-on: ubuntu-latest
3333
environment:
3434
name: github-pages
@@ -91,7 +91,7 @@ jobs:
9191
if: github.ref == 'refs/heads/main' && needs.pwa-build-deploy.result == 'success'
9292
needs: pwa-build-deploy
9393
runs-on: ubuntu-latest
94-
timeout-minutes: 40
94+
timeout-minutes: 45
9595
steps:
9696
- uses: actions/checkout@v6
9797
- uses: cachix/install-nix-action@v31
@@ -132,7 +132,7 @@ jobs:
132132
android-build:
133133
needs: no-concurrent-tag-workflow
134134
runs-on: ubuntu-latest
135-
timeout-minutes: 30
135+
timeout-minutes: 40
136136
permissions:
137137
checks: read # Required by wait-on-check-action
138138
statuses: read # Required by wait-on-check-action

.github/workflows/ci.yml

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

7272
android-build:
7373
runs-on: ubuntu-latest
74-
timeout-minutes: 30
74+
timeout-minutes: 40
7575
permissions:
7676
checks: read # Required by wait-on-check-action
7777
statuses: read # Required by wait-on-check-action

0 commit comments

Comments
 (0)