From a398365cd04fa9edc7fa10db43e51614ceca44f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Mon, 6 Dec 2021 16:14:25 +0100 Subject: [PATCH] Extend delay before taking screenshot MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- common/scripts/agl-screenshot-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.16.6