From 6c9759e89572f9fbe40eb30ce15fcfe6efa11bc8 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Wed, 30 Aug 2017 01:13:58 -0700 Subject: [PATCH] Increase MariaDB timeout Increase to 600s as Jenkins take some time to start up the container Change-Id: I57f59f33b6cb2259e22e87a4a4c1a20415f406a1 Signed-off-by: ChrisC Issue-Id: CLAMP-43 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 99d6e135..a0b50536 100644 --- 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 - + @@ -709,7 +709,7 @@ socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution - + ${docker.mariadb.port.host}:3306 -- 2.16.6