aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-12-06 16:14:25 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-12-06 16:14:49 +0100
commita398365cd04fa9edc7fa10db43e51614ceca44f1 (patch)
tree2427706a578a9559c4122028fa8b4804a54d6406
parent1cf5f088e8f2b6fdfbbe1760c07e4a6bef4a8883 (diff)
Extend delay before taking screenshot
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
-rwxr-xr-xcommon/scripts/agl-screenshot-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh
index 2256749..099b69e 100755
--- a/common/scripts/agl-screenshot-test.sh
+++ b/common/scripts/agl-screenshot-test.sh
@@ -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"