Skip to content

Commit

Permalink
Extended the default timeout for repls to 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthorsen committed May 16, 2011
1 parent 6a8f07a commit 1396009
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netbeans/plugins/org-enclojure-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.enclojure</groupId>
<artifactId>org-enclojure-plugin</artifactId>
<packaging>nbm</packaging>
<version>1.4.0</version>
<version>1.4.1</version>
<description>Enclojure plugin for Clojure development.</description>
<name>Enclojure Clojure Plugin</name>
<!-- <parent>
Expand Down
Expand Up @@ -5,4 +5,4 @@ AutoUpdate-Show-In-Client: true
OpenIDE-Module: org.enclojure.clojure.plugin
OpenIDE-Module-Install: org/enclojure/ide/nb/editor/Installer.class
OpenIDE-Module-Needs: javax.script.ScriptEngine.freemarker
OpenIDE-Module-Specification-Version: 1.4.0
OpenIDE-Module-Specification-Version: 1.4.1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Expand Up @@ -225,7 +225,7 @@ For seeing the command line use:"
process-monitor-fn
working-dir)]
(update-repl repl-id :destroy-fn destroy-fn)
(if (await-till #(pos? (:port (get-repl-config repl-id))) 10000)
(if (await-till #(pos? (:port (get-repl-config repl-id))) 120000)
(let [port (:port (get-repl-config repl-id))
{:keys [repl-fn result-fn close-fn]}
(create-repl-client-with-back-channel "127.0.0.1" port)]
Expand Down

0 comments on commit 1396009

Please sign in to comment.