diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2024-10-10 09:03:58 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2024-10-10 09:03:58 +0200 |
commit | e82d74edb6bfd561e3bcbfcaf7ccf1c016f28964 (patch) | |
tree | 909ac7a37f0d924806342349304e32a92df696df | |
parent | 1fe48c584e7e01b0e0f5509bf4bb678e0bf391c9 (diff) |
Extend wait time before screenshot.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I00ffb4bab923e000d33447b97d78cee8e4d241ad
-rwxr-xr-x | common/scripts/agl-screenshot-test.sh | 4 |
1 files 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 |