Increase MariaDB timeout 31/9331/1
authorChrisC <cc697w@intl.att.com>
Wed, 30 Aug 2017 08:13:58 +0000 (01:13 -0700)
committerChrisC <cc697w@intl.att.com>
Wed, 30 Aug 2017 08:14:04 +0000 (01:14 -0700)
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

pom.xml

diff --git a/pom.xml b/pom.xml
index 99d6e13..a0b5053 100644 (file)
--- 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>
                                                                </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>