Commit 15caecb6 authored by Eric Timmons's avatar Eric Timmons
Browse files

Increase number of retries on clone

parent 8cd2577a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -607,7 +607,7 @@ include it."
    (cond
      ((not (uiop:probe-file* project-cache))
       ;; The repo does not exist locally. We need to clone it.
       (with-retries (:max 3 :sleep 1)
       (with-retries (:max 5 :sleep 2)
         (clone-release! release)))
      ((not (git-release/commit release))
       ;; We do not have a specific commit requested. Need to fetch from origin