From 4fd49005dfea0d38837ca2e58ce92b394d1bc315 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Mon, 20 Jul 2020 15:53:52 +0200 Subject: 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 --- .../wayland-app-launch/wayland-app-launch/wayland-app-launch.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-graphics/wayland-app-launch') 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@@ & -- cgit v1.2.3