Skip to content
Snippets Groups Projects
Unverified Commit 28def5ca authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Increase mac app build step timeout [ci skip] (#12391)

parent 1d424cbb
No related merge requests found
......@@ -122,7 +122,7 @@
(throw (ex-info (format "Timed out after %d ms." timeout-ms) {})))
result))
(def ^:private command-timeout-ms (* 5 60 1000)) ; 5 minutes
(def ^:private command-timeout-ms (* 15 60 1000)) ; 15 minutes
(defn sh*
"Run a shell command. Like `clojure.java.shell/sh`, but prints output to stdout/stderr and returns results as a vector
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment