Skip to content

Commit a444077

Browse files
karuturiyadvr
authored andcommitted
docker: increased jetty timeout (#2245)
the container sometimes doesn't come up as it timesout
1 parent 7ce54bf commit a444077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/docker/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ autorestart=true
88
user=root
99

1010
[program:cloudstack]
11-
command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator"
11+
command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator -Dorg.eclipse.jetty.annotations.maxWait=120"
1212
directory=/root
1313
stdout_logfile=/dev/stdout
1414
stdout_logfile_maxbytes=0

0 commit comments

Comments
 (0)