Skip to content
Snippets Groups Projects
Commit f9d0804d authored by Eric Gribkoff's avatar Eric Gribkoff
Browse files

disable wait for healthy

parent 92a5d28a
No related branches found
No related tags found
No related merge requests found
......@@ -964,7 +964,8 @@ try:
manual_cmd_log=server_manual_cmd_log)
if not args.manual_run:
job = dockerjob.DockerJob(spec)
job.wait_for_healthy(timeout_seconds=240)
#job.wait_for_healthy(timeout_seconds=240)
print(subprocess.check_output(['docker', 'version']))
server_jobs[lang] = job
http2_badserver_ports = tuple([
job.mapped_port(_DEFAULT_SERVER_PORT + i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment