Skip to content

Commit

Permalink
Increase time out on failed runs to 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Dec 13, 2023
1 parent c7681ea commit d3a84c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nosana_node/nosana.clj
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
(let [sig (quit-job conf (sol/public-key run-addr))]
(<! (sol/await-tx< sig (:network conf)))
(log :info "Flow finalized, preparing to enter the queue")
(Thread/sleep 60000)
(Thread/sleep 300000)
nil))

(flow-finished? flow)
Expand Down

0 comments on commit d3a84c1

Please sign in to comment.