[CLAMP-1] Mariadb container timeout after 60s
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ecd9937..b496d55 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.clamp</groupId>
        <artifactId>clds</artifactId>
-       <version>0.0.1-SNAPSHOT</version>
+       <version>1.0.0-SNAPSHOT</version>
        <name>ONAP CLAMP</name>
 
        <properties>
@@ -35,7 +35,7 @@
                <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
                <sonar.projectVersion>${project.version}</sonar.projectVersion>
 
-               <clamp.registry>localhost:5000</clamp.registry>
+               <docker.push.registry>localhost:5000</docker.push.registry>
                <skip.docker.build>true</skip.docker.build>
                <skip.docker.tag>true</skip.docker.tag>
                <skip.docker.push>true</skip.docker.push>
                                                </goals>
                                                <configuration>
                                                        <image>onap/clamp</image>
-                                                       <newName>${clamp.registry}/onap/clamp</newName>
+                                                       <newName>${docker.push.registry}/onap/clamp</newName>
                                                        <pushImage>true</pushImage>
                                                        <skipDockerTag>${skip.docker.tag}</skipDockerTag>
                                                </configuration>
                                                                </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>