aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChrisC <cc697w@intl.att.com>2017-08-30 01:13:58 -0700
committerChrisC <cc697w@intl.att.com>2017-08-30 01:14:04 -0700
commit6c9759e89572f9fbe40eb30ce15fcfe6efa11bc8 (patch)
tree2f37539d1672e472cbc7b4d3d7724fc3e6ec8fd6 /pom.xml
parent081886e65389c4d513033c7722918cda98bed7dc (diff)
Increase MariaDB timeout
Increase to 600s as Jenkins take some time to start up the container Change-Id: I57f59f33b6cb2259e22e87a4a4c1a20415f406a1 Signed-off-by: ChrisC <cc697w@intl.att.com> Issue-Id: CLAMP-43
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 99d6e135..a0b50536 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,9 +9,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -53,7 +53,7 @@
- org.onap.clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties
- org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
- org.onap.clamp.config.files.globalClds=classpath:/clds/globalClds.properties
-
+
</description>
<properties>
@@ -709,7 +709,7 @@
</volumes>
<wait>
<log>socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution</log>
- <time>300000</time>
+ <time>600000</time>
</wait>
<ports>
<port>${docker.mariadb.port.host}:3306</port>