diff options
author | Anaël Closson <ac2550@intl.att.com> | 2017-07-07 11:17:50 +0200 |
---|---|---|
committer | Anaël Closson <ac2550@intl.att.com> | 2017-07-07 11:49:04 +0200 |
commit | 359b4ef030c63a6486f3b0eefd3b3a6379aa20c6 (patch) | |
tree | 1f481a66e49e0628851bf7e937530788394da82f /pom.xml | |
parent | 027c3633b6d9b012b3efebc6ba94c308968b18c6 (diff) |
[CLAMP-1] Mariadb container timeout after 60s
Change-Id: I19cc9534d9c53b82554ccc914500afeff10896f2
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |