diff --git a/.ci/first-start.sh b/.ci/first-start.sh index e8214073..8669cebd 100755 --- a/.ci/first-start.sh +++ b/.ci/first-start.sh @@ -17,7 +17,8 @@ ${EMACS} -Q --batch \ edebug-print-length 500 user-emacs-directory "'"${EMACS_DIR}"'/" exordium-spell-check nil) + (load "userlock") (defun ask-user-about-lock (file opponent) - (sleep-for 5) + (sleep-for (+ 1.0 (/ (random 100) 100.0))) t) (load-file "'"${EMACS_DIR}"'/init.el"))'