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

A long term solution to avoid apps not updating in time
would require significant changes to the upgrade
system, so a simple change is being made in the short
term to see if some additional time will help.  This
script only fails intermittently, so testing is simple
in nature.

Test Plan:
PASS: Upgrade from stx8 to stx9 without errors.

Closes-Bug: 2064315

Change-Id: If2571837b005e604a1001412401e35b8ce711867
Signed-off-by: Reed, Joshua <Joshua.Reed@windriver.com>
This commit is contained in:
Reed, Joshua 2024-04-30 11:15:24 -06:00
parent 79c94ed7b2
commit 43ebe161d0
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 {