Skip to content

Commit

Permalink
Fix bug in flow type dispatch, and increase wait for podman
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Sep 14, 2023
1 parent 8867e2e commit 53ce1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nosana_node/nosana.clj
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ Running Nosana Node %s
(case res
"github-flow" "docker"
nil "Pipeline"
:else res)))
res)))

(defmulti create-flow
"Create a Nostromo flow from a Nosana job.
Expand Down Expand Up @@ -707,7 +707,7 @@ market. Returns a tuple of [run-address run-data]."
[{:nos/keys [store flow-chan vault] :as system}]
;; Wait a bit for podman to boot
(log :info "Waiting 5s for podman")
(Thread/sleep 3000)
(Thread/sleep 6000)
(let [network (:solana-network vault)
market (:nosana-market vault)
conf (make-config system)
Expand Down

0 comments on commit 53ce1b0

Please sign in to comment.