Skip to content

Commit 2bba6f0

Browse files
ci: Increase timeout
Increased it to 120 since prebuild check is taking 97 minutes locally.
1 parent 8d37299 commit 2bba6f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)