cloudstack: test: improve startup time, fix network dependency on run (#24876)

This commit is contained in:
René Moser
2017-05-22 11:58:16 +02:00
committed by John R Barker
parent e9e661ebbb
commit d96195131f
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ autorestart=true
user=root
[program:cloudstack]
command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator -Dorg.eclipse.jetty.annotations.maxWait=120"
command=/bin/bash -c "mvn -pl client jetty:run-forked -Dsimulator -Dorg.eclipse.jetty.annotations.maxWait=120"
directory=/opt/cloudstack
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0