Repository: karaf Updated Branches: refs/heads/karaf-3.0.x fedf609b8 -> 958f5ab14
[KARAF-2638] Apply same fix for child instances Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/958f5ab1 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/958f5ab1 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/958f5ab1 Branch: refs/heads/karaf-3.0.x Commit: 958f5ab14d7bd8639feea080d85e768e622b97af Parents: fedf609 Author: Guillaume Nodet <[email protected]> Authored: Mon Jun 2 11:17:04 2014 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Mon Jun 2 11:17:04 2014 +0200 ---------------------------------------------------------------------- .../org/apache/karaf/instance/resources/etc/system.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/958f5ab1/instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties ---------------------------------------------------------------------- diff --git a/instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties b/instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties index a683a34..df36f27 100644 --- a/instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties +++ b/instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties @@ -92,7 +92,7 @@ jline.nobell = true # ServiceMix specs options # org.apache.servicemix.specs.debug = false -org.apache.servicemix.specs.timeout = 100 +org.apache.servicemix.specs.timeout = 0 # # Settings for the OSGi 4.3 Weaving
