You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/09/28 20:13:14 UTC

[incubator-nlpcraft] branch master updated: process-exec-maven-plugin.waitAfterLaunch variable value changed (180 -> 600 secs)

This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b1a8f6  process-exec-maven-plugin.waitAfterLaunch variable value changed (180 -> 600 secs)
5b1a8f6 is described below

commit 5b1a8f650f29ec4512c6b88e6f4d9332a6a2816a
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Mon Sep 28 23:13:03 2020 +0300

    process-exec-maven-plugin.waitAfterLaunch variable value changed (180 -> 600 secs)
---
 nlpcraft/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index 350e7f8..e0bc1a1 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -288,7 +288,7 @@
                             -->
                             <name>server</name>
                             <healthcheckUrl>http://localhost:8081/api/v1/health</healthcheckUrl>
-                            <waitAfterLaunch>180</waitAfterLaunch>
+                            <waitAfterLaunch>600</waitAfterLaunch>
                             <processLogFile>${project.build.directory}/server-${timestamp}.log</processLogFile>
                             <arguments>
                                 <argument>java</argument>