From: Jan-Simon Möller Date: Mon, 6 Dec 2021 15:14:25 +0000 (+0100) Subject: Extend delay before taking screenshot X-Git-Tag: 12.91.0~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a398365cd04fa9edc7fa10db43e51614ceca44f1;p=src%2Fqa-testdefinitions.git 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 Change-Id: I90231ad23846e77191626ccaebd657b53ee4b897 --- 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"