This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 91274a1 Increasing start wait timeout for cassandra
91274a1 is described below
commit 91274a12819f19f0802405fe7d1a85d12ddffded
Author: Martin Stockhammer <[email protected]>
AuthorDate: Wed May 2 17:21:25 2018 +0200
Increasing start wait timeout for cassandra
---
archiva-modules/plugins/metadata-store-cassandra/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/archiva-modules/plugins/metadata-store-cassandra/pom.xml
b/archiva-modules/plugins/metadata-store-cassandra/pom.xml
index 532bad1..6eed46f 100644
--- a/archiva-modules/plugins/metadata-store-cassandra/pom.xml
+++ b/archiva-modules/plugins/metadata-store-cassandra/pom.xml
@@ -250,6 +250,7 @@
<jmxPort>${cassandra.jmxPort}</jmxPort>
<addMainClasspath>false</addMainClasspath>
<addTestClasspath>false</addTestClasspath>
+ <startWaitSeconds>500</startWaitSeconds>
</configuration>
</execution>
<execution>
--
To stop receiving notification emails like this one, please contact
[email protected].