aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAnaël Closson <ac2550@intl.att.com>2017-07-07 11:17:50 +0200
committerAnaël Closson <ac2550@intl.att.com>2017-07-07 11:49:04 +0200
commit359b4ef030c63a6486f3b0eefd3b3a6379aa20c6 (patch)
tree1f481a66e49e0628851bf7e937530788394da82f /pom.xml
parent027c3633b6d9b012b3efebc6ba94c308968b18c6 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c00334ea..b496d55f 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>