Skip to content

Commit 43637b1

Browse files
committed
fix(build): extend timeout for lint job and increase timeout for lint step
1 parent 7459444 commit 43637b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ run-name: ${{ github.event_name == 'workflow_dispatch' && format('Release - {0}'
2222
jobs:
2323
lint:
2424
runs-on: ubuntu-24.04
25+
timeout-minutes: 30 # Extend timeout to 30 minutes (default is 6 hours for a job)
2526
steps:
2627
- uses: actions/checkout@v4
2728
- run: sudo apt-get update
@@ -33,6 +34,7 @@ jobs:
3334
- run: npm ci --ignore-scripts
3435
- run: npm run build:dist
3536
- run: npm run lint
37+
timeout-minutes: 20 # Give the lint step more time
3638

3739
prebuild-mac-win:
3840
strategy:

0 commit comments

Comments
 (0)