From a398365cd04fa9edc7fa10db43e51614ceca44f1 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 6 Dec 2021 16:14:25 +0100 Subject: Extend delay before taking screenshot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(-) (limited to 'common') 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" -- cgit 1.2.3-korg