From ae04cf3f197d1af972965ccfcb78d8ad1894115f Mon Sep 17 00:00:00 2001 From: ChrisC Date: Mon, 5 Feb 2018 05:21:59 -0800 Subject: Increase Timeout Increase MariaDB container startup timeout for IT test phase Change-Id: I283b256281241412f2d49e25e1525d97a3ab2740 Issue-ID: CLAMP-99 Signed-off-by: ChrisC --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') 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 - + @@ -794,7 +794,7 @@ socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution - + ${docker.mariadb.port.host}:3306 -- cgit 1.2.3-korg