ci: extend 'Wait for extension build to finish' timeout (#11689)

Refs
- https://neondb.slack.com/archives/C059ZC138NR/p1745427571307149
This commit is contained in:
Christian Schwarz
2025-04-24 10:15:08 +02:00
committed by GitHub
parent 51cdb570eb
commit f8100d66d5

View File

@@ -1238,7 +1238,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.CI_ACCESS_TOKEN }}
run: |
TIMEOUT=1800 # 30 minutes, usually it takes ~2-3 minutes, but if runners are busy, it might take longer
TIMEOUT=5400 # 90 minutes, usually it takes ~2-3 minutes, but if runners are busy, it might take longer
INTERVAL=15 # try each N seconds
last_status="" # a variable to carry the last status of the "build-and-upload-extensions" context