mirror of https://github.com/apache/cloudstack.git
docker: increased jetty timeout (#2245)
the container sometimes doesn't come up as it timesout
This commit is contained in:
parent
7ce54bf7a8
commit
a44407743c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue