diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-02-13 17:25:12 +0100 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-02-13 17:25:12 +0100 |
commit | b588fbcdc8f25f8fdc0a68c2c64dfbbc6d6fd3d7 (patch) | |
tree | 4cbfeb01915fb47e596c0fde28fad55c6726e435 /pom.xml | |
parent | 7e44fa716640f855fa066c7b0d8f7dca767837b0 (diff) |
Update the Mariadb config
Change the mariadb config for integration tests so that it requires less
resources
Issue-ID: CLAMP-129
Change-Id: Ifc071c02a00813a68ba79d0902d7e11da45605fe
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -763,7 +763,7 @@ </volumes> <wait> <log>socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution</log> - <time>1200000</time> + <time>600000</time> </wait> <ports> <port>${docker.mariadb.port.host}:3306</port> |