Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2016-11-15 10:31:55 +0000
committerSravan Kumar Lakkimsetti2016-11-15 11:54:51 +0000
commit99ce8b19bc45ddb0ab1e14d7fe4c0609650c5aa5 (patch)
treeed3d77223d255d7c872277113af3b147a490ec42 /eclipse-platform-parent/pom.xml
parent572a289c5394c380e8e3f4a08d746de5b5f47e6c (diff)
downloadeclipse.platform.releng.aggregator-99ce8b19bc45ddb0ab1e14d7fe4c0609650c5aa5.tar.gz
eclipse.platform.releng.aggregator-99ce8b19bc45ddb0ab1e14d7fe4c0609650c5aa5.tar.xz
eclipse.platform.releng.aggregator-99ce8b19bc45ddb0ab1e14d7fe4c0609650c5aa5.zip
Bug 507369 - jar signing requests stalled / took more than 2h
Change-Id: I1079acf8ce0c59a30ca5c0df1280a64a0e1b89d6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 5b9e41f86..ea15e6397 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -74,7 +74,7 @@
<tycho.version>0.25.0</tycho.version>
<tycho-extras.version>0.25.0</tycho-extras.version>
- <cbi-plugins.version>1.1.3</cbi-plugins.version>
+ <cbi-plugins.version>1.1.4-SNAPSHOT</cbi-plugins.version>
<!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this
@@ -739,6 +739,11 @@ No need to specify sonatype URL for "Tycho". released versions available on mave
</executions>
<configuration>
<excludeInnerJars>${defaultSigning-excludeInnerJars}</excludeInnerJars>
+ <!--
+ The default timeout is 5 seconds which is not sufficient for some of the jars like swt native jars
+ So using a time out of 10 seconds see bug 507369
+ -->
+ <connectTimeoutMillis>10000</connectTimeoutMillis>
</configuration>
</plugin>
<plugin>

Back to the top