aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChrisC <cc697w@intl.att.com>2018-02-05 05:21:59 -0800
committerChrisC <cc697w@intl.att.com>2018-02-05 05:25:37 -0800
commitae04cf3f197d1af972965ccfcb78d8ad1894115f (patch)
treed88da7e12b827e9596e7de321d46f48443de87d9 /pom.xml
parent5321c8806269753d783d594be76a0561e67c4674 (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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 21a0c04a..433aef12 100644
--- 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>
@@ -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>