From e82d74edb6bfd561e3bcbfcaf7ccf1c016f28964 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Thu, 10 Oct 2024 09:03:58 +0200 Subject: [PATCH] Extend wait time before screenshot. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: I00ffb4bab923e000d33447b97d78cee8e4d241ad --- common/scripts/agl-screenshot-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh index c1bc50c..ce0ae42 100755 --- a/common/scripts/agl-screenshot-test.sh +++ b/common/scripts/agl-screenshot-test.sh @@ -60,8 +60,8 @@ systemctl restart agl-compositor.service systemctl start $HOMESCREEN.service # e.g. qemu-system-arm takes loooong -sleep 10 -echo "Waiting for compositor to initialize (+10sec)." +sleep 20 +echo "Waiting for compositor to initialize (+20sec)." LOOP=20 while test $LOOP -ge 1 ; do -- 2.16.6