Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Barbero2018-03-29 11:44:19 +0000
committerSravan Kumar Lakkimsetti2018-04-10 06:32:19 +0000
commit00c03a31eb6466ef1209290ac37f31a50c22e653 (patch)
treee8bc2517390eecafdf25178c52b40c9e927c1f3b /eclipse-platform-parent/pom.xml
parent62c6c696c235f43e5f0c1606aedf7074fdfc25da (diff)
downloadeclipse.platform.releng.aggregator-00c03a31eb6466ef1209290ac37f31a50c22e653.tar.gz
eclipse.platform.releng.aggregator-00c03a31eb6466ef1209290ac37f31a50c22e653.tar.xz
eclipse.platform.releng.aggregator-00c03a31eb6466ef1209290ac37f31a50c22e653.zip
Bug 532722 - Define timeout for remote CBI services communication
Early snapshots of version 1.1.5 had "connectTimeoutMillis" for macsigner, dmg-packager... but they has been removed in favor of the simple wall timeout parameter "timeoutMillis". Change-Id; Ie902ec80bff30afe85594e5de9e66ca457d2efff Signed-off-by: Mikael Barbero <mikael.barbero@eclipse-foundation.org>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index f938f25ee..6f7a03c23 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -712,9 +712,9 @@
<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
+ So using a time out of 10 seconds see bug 507369
-->
- <connectTimeoutMillis>60000</connectTimeoutMillis>
+ <timeoutMillis>60000</timeoutMillis>
</configuration>
</plugin>
<plugin>

Back to the top