Extend wait time before screenshot.
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 10 Oct 2024 07:03:58 +0000 (09:03 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 10 Oct 2024 07:03:58 +0000 (09:03 +0200)
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I00ffb4bab923e000d33447b97d78cee8e4d241ad

common/scripts/agl-screenshot-test.sh

index c1bc50c..ce0ae42 100755 (executable)
@@ -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