diff options
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index f1752bc25a..62b3f620e7 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -32,7 +32,7 @@ limitations under the License. <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-main</artifactId> - <version>1.13.7-SNAPSHOT</version> + <version>1.13.8-SNAPSHOT</version> </parent> <properties> @@ -774,7 +774,7 @@ limitations under the License. </bind> </volumes> <wait> - <time>300000</time> + <time>400000</time> <log>SdcSchemaFileImport successfully completed</log> </wait> <network> @@ -979,7 +979,7 @@ limitations under the License. </bind> </volumes> <wait> - <time>60000</time> + <time>360000</time> <tcp> <host>sdc-FE</host> <mode>direct</mode> |