diff options
author | ChrisC <cc697w@intl.att.com> | 2018-02-05 05:21:59 -0800 |
---|---|---|
committer | ChrisC <cc697w@intl.att.com> | 2018-02-05 05:25:37 -0800 |
commit | ae04cf3f197d1af972965ccfcb78d8ad1894115f (patch) | |
tree | d88da7e12b827e9596e7de321d46f48443de87d9 /pom.xml | |
parent | 5321c8806269753d783d594be76a0561e67c4674 (diff) |
Increase Timeout
Increase MariaDB container startup timeout for IT test phase
Change-Id: I283b256281241412f2d49e25e1525d97a3ab2740
Issue-ID: CLAMP-99
Signed-off-by: ChrisC <cc697w@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> @@ -794,7 +794,7 @@ </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> |