Skip to content

Commit

Permalink
fix random sleep on set-zen-fhir-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ApricotLace committed Jun 21, 2024
1 parent c6022b9 commit 35e5c49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@
(shell {:dir dirname} (format "cp -a package/. ." arch-name))
(shell {:dir dirname} "rm -rf package")))))
:enter (do
(Thread/sleep (rand-int 100000))
(println (str purple "Executing: " clear-color bold (:name (current-task)) bold-end))
(def task-start-ts (System/currentTimeMillis)))
:leave (do
(Thread/sleep (rand-int 100000))
(println
(str green "Task: " bold (:name (current-task)) bold-end
" " green-underline "finished in "
Expand Down

0 comments on commit 35e5c49

Please sign in to comment.