You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2017/08/28 11:31:49 UTC

[cloudstack] branch master updated: docker: increased jetty timeout (#2245)

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

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new a444077  docker: increased jetty timeout (#2245)
a444077 is described below

commit a44407743ca0e34b2e4ce0aeb3ad978b79450f96
Author: Rajani Karuturi <ka...@users.noreply.github.com>
AuthorDate: Mon Aug 28 17:01:46 2017 +0530

    docker: increased jetty timeout (#2245)
    
    the container sometimes doesn't come up as it timesout
---
 tools/docker/supervisord.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/docker/supervisord.conf b/tools/docker/supervisord.conf
index fe1575b..2d7ff7f 100644
--- a/tools/docker/supervisord.conf
+++ b/tools/docker/supervisord.conf
@@ -8,7 +8,7 @@ autorestart=true
 user=root
 
 [program:cloudstack]
-command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator"
+command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator -Dorg.eclipse.jetty.annotations.maxWait=120"
 directory=/root
 stdout_logfile=/dev/stdout
 stdout_logfile_maxbytes=0

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>'].