Merge "Increase timeout of 95-watch-apps-upgrade.sh by 50%"

This commit is contained in:
Zuul 2024-05-01 16:08:27 +00:00 committed by Gerrit Code Review
commit a1df0259a3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ACTION=$3
CONFIG_PERMDIR="/opt/platform/config/${TO_RELEASE}"
UPGRADE_IN_PROGRESS_APPS_FILE='/etc/platform/.upgrade_in_progress_apps'
UPDATE_RESULT_SLEEP=30
UPDATE_RESULT_ATTEMPTS=30 # ~15 min to update app
UPDATE_RESULT_ATTEMPTS=45 # ~22.5 min to allow updates to complete.
# This will log to /var/log/platform.log
function log {