commit | 359b4ef030c63a6486f3b0eefd3b3a6379aa20c6 | [log] [tgz] |
---|---|---|
author | Anaël Closson <ac2550@intl.att.com> | Fri Jul 07 11:17:50 2017 +0200 |
committer | Anaël Closson <ac2550@intl.att.com> | Fri Jul 07 11:49:04 2017 +0200 |
tree | 1f481a66e49e0628851bf7e937530788394da82f | |
parent | 027c3633b6d9b012b3efebc6ba94c308968b18c6 [diff] [blame] |
[CLAMP-1] Mariadb container timeout after 60s Change-Id: I19cc9534d9c53b82554ccc914500afeff10896f2 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
diff --git a/pom.xml b/pom.xml index c00334e..b496d55 100644 --- a/pom.xml +++ b/pom.xml
@@ -754,7 +754,7 @@ </volumes> <wait> <log>socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution</log> - <time>60000</time> + <time>300000</time> </wait> <ports> <port>${docker.mariadb.port.host}:3306</port>