From 32536ecd3a7680ef49f21609e14b9e29510fc7d2 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 11 Dec 2023 16:21:07 -0800 Subject: [PATCH] Revert "remove extra sleep", weston is fixed but a couple other things relied on this This reverts commit a4d77a972dff10db98e835018f01537d1f836384. old-commit-hash: 3a707082286cec9c93280c202ebbf5d5b89aac94 --- launch_chffrplus.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/launch_chffrplus.sh b/launch_chffrplus.sh index a91bd677aa..7578c0296a 100755 --- a/launch_chffrplus.sh +++ b/launch_chffrplus.sh @@ -9,6 +9,11 @@ source "$BASEDIR/launch_env.sh" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" function agnos_init { + # wait longer for weston to come up + if [ -f "$BASEDIR/prebuilt" ]; then + sleep 5 + fi + # TODO: move this to agnos sudo rm -f /data/etc/NetworkManager/system-connections/*.nmmeta