mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
ci: extend 'Wait for extension build to finish' timeout (#11689)
Refs - https://neondb.slack.com/archives/C059ZC138NR/p1745427571307149
This commit is contained in:
committed by
GitHub
parent
51cdb570eb
commit
f8100d66d5
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user