Skip to content

Commit 2d37e83

Browse files
ci: Increase timeout
Increased it to 120 since prebuild check is taking 97 minutes locally.
1 parent 5538eac commit 2d37e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
prebuild:
2323
name: Pre-build checks
2424
runs-on: ubuntu-24.04
25-
timeout-minutes: 30
25+
timeout-minutes: 120
2626
if: |
2727
github.event.action != 'edited' ||
2828
contains(github.event.pull_request.body, 'Changelog')

0 commit comments

Comments
 (0)