We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce54bf commit a444077Copy full SHA for a444077
1 file changed
tools/docker/supervisord.conf
@@ -8,7 +8,7 @@ autorestart=true
8
user=root
9
10
[program:cloudstack]
11
-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"
12
directory=/root
13
stdout_logfile=/dev/stdout
14
stdout_logfile_maxbytes=0
0 commit comments