summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-07-20 15:53:52 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-07-22 18:23:26 +0200
commit4fd49005dfea0d38837ca2e58ce92b394d1bc315 (patch)
tree224c10e337e384ff4bd3f264714acaa9195918f2
parent2dad09a609761d87db2b8e87b328879d8f568679 (diff)
wayland-app-launch: wait longer until application is started
0.5 seconds is not enough in some cases. Wait a little bit longer to avoid having the app restarted multiple times. Related-to: ELB-2838 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.sh.in b/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.sh.in
index f1059ba..ebebfbf 100644
--- a/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.sh.in
+++ b/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.sh.in
@@ -9,6 +9,6 @@ fi
# wait for weston
while [ ! -e $XDG_RUNTIME_DIR/wayland-0 ] ; do sleep 0.1; done
-sleep 0.5
+sleep 1
@@wayland-application@@ &