aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcommon/scripts/agl-screenshot-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh
index 70806aa..2256749 100755
--- a/common/scripts/agl-screenshot-test.sh
+++ b/common/scripts/agl-screenshot-test.sh
@@ -77,13 +77,13 @@ fi
rm -rf agl-screenshot-*.png
# give it a bit more time to display
-sleep 10
+sleep 30
if $AGL_SCREENSHOOTER; then
echo "Screenshot taken"
else
echo "##################################"
- journalctl -b /usr/bin/agl-compositor
+ journalctl --no-pager -a -b /usr/bin/agl-compositor
echo "##################################"
exit 127
fi