Updated Branches: refs/heads/karaf-2.x a7e5444e6 -> 0ab169c91
[KARAF-2638] Rollback the ServiceMix Specs timeout to 100 to give us time to investigate Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/0ab169c9 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/0ab169c9 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/0ab169c9 Branch: refs/heads/karaf-2.x Commit: 0ab169c91fc4aa734d46bdd494126432688c574c Parents: a7e5444 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Dec 20 17:05:02 2013 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Dec 20 17:05:02 2013 +0100 ---------------------------------------------------------------------- .../main/resources/org/apache/karaf/admin/etc/system.properties | 2 +- .../apache-karaf/src/main/distribution/text/etc/system.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/0ab169c9/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties ---------------------------------------------------------------------- diff --git a/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties b/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties index f05c372..459e0a1 100644 --- a/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties +++ b/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties @@ -94,7 +94,7 @@ karaf.clean.cache=false # ServiceMix specs options # org.apache.servicemix.specs.debug=false -org.apache.servicemix.specs.timeout=0 +org.apache.servicemix.specs.timeout=100 # # Settings for the OSGi 4.3 Weaving http://git-wip-us.apache.org/repos/asf/karaf/blob/0ab169c9/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties ---------------------------------------------------------------------- diff --git a/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties b/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties index 066c9ef..3023cf2 100644 --- a/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties +++ b/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties @@ -94,7 +94,7 @@ karaf.clean.cache = false # ServiceMix specs options # org.apache.servicemix.specs.debug = false -org.apache.servicemix.specs.timeout = 0 +org.apache.servicemix.specs.timeout = 100 # # Settings for the OSGi 4.3 Weaving
