ci: Increase timeout

Increased it to 120 since prebuild check is taking 97 minutes locally.
This commit is contained in:
ShahanaFarooqui
2025-12-19 20:08:26 -08:00
parent 8d37299953
commit 2bba6f0d3a

View File

@@ -22,7 +22,7 @@ jobs:
prebuild:
name: Pre-build checks
runs-on: ubuntu-24.04
timeout-minutes: 30
timeout-minutes: 120
if: |
github.event.action != 'edited' ||
contains(github.event.pull_request.body, 'Changelog')