Increase Timeout 71/30271/1
authorChrisC <cc697w@intl.att.com>
Mon, 5 Feb 2018 13:21:59 +0000 (05:21 -0800)
committerChrisC <cc697w@intl.att.com>
Mon, 5 Feb 2018 13:25:37 +0000 (05:25 -0800)
Increase MariaDB container startup timeout for IT test phase

Change-Id: I283b256281241412f2d49e25e1525d97a3ab2740
Issue-ID: CLAMP-99
Signed-off-by: ChrisC <cc697w@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 21a0c04..433aef1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>600000</time>
+                                                                                                                                               <time>1200000</time>
                                                                                                                                </wait>
                                                                                                                                <ports>
                                                                                                                                                <port>${docker.mariadb.port.host}:3306</port>