From 46aea615af4000ad7af2940f77e8372bfe64d40f Mon Sep 17 00:00:00 2001 From: Arlind Date: Sun, 23 Nov 2025 23:00:35 +0100 Subject: [PATCH] Update .gitea/actions/generate-previews/action.yml --- .gitea/actions/generate-previews/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/actions/generate-previews/action.yml b/.gitea/actions/generate-previews/action.yml index d3c2725..490e155 100644 --- a/.gitea/actions/generate-previews/action.yml +++ b/.gitea/actions/generate-previews/action.yml @@ -105,7 +105,7 @@ runs: echo " → Taking thumbnail screenshot..." if ! retry xvfb-run -a "$DANSER_DIR/danser-cli" \ - -replay "$THUMBNAIL_REPLAY_PATH" -skip -settings="skinhub" -noupdatecheck -ss 0.2 \ + -replay "$THUMBNAIL_REPLAY_PATH" -skip -settings="skinhub" -noupdatecheck -ss 0.3 \ -out="${SKIN_NAME}_thumb" -skin="$SKIN_NAME" >>"$LOGFILE" 2>&1; then echo " ✖ Thumbnail screenshot failed for $SKIN_NAME"; cat "$LOGFILE"; INDEX=$((INDEX+1)); continue fi