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