diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-12-06 16:14:25 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-12-06 16:14:49 +0100 |
commit | a398365cd04fa9edc7fa10db43e51614ceca44f1 (patch) | |
tree | 2427706a578a9559c4122028fa8b4804a54d6406 /common | |
parent | 1cf5f088e8f2b6fdfbbe1760c07e4a6bef4a8883 (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
Diffstat (limited to 'common')
-rwxr-xr-x | common/scripts/agl-screenshot-test.sh | 2 |
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" |