Extend delay before taking screenshot 66/26966/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 6 Dec 2021 15:14:25 +0000 (16:14 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 6 Dec 2021 15:14:49 +0000 (16:14 +0100)
On slow emulated targets, we do need more time to spin up.
Extend the timeout.

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I90231ad23846e77191626ccaebd657b53ee4b897

common/scripts/agl-screenshot-test.sh

index 2256749..099b69e 100755 (executable)
@@ -77,7 +77,7 @@ fi
 rm -rf agl-screenshot-*.png
 
 # give it a bit more time to display
-sleep 30
+sleep 60
 
 if $AGL_SCREENSHOOTER; then
        echo "Screenshot taken"