Loading util/TestServer.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ import time class TestServer: CONNECTION_TIMEOUT = 10 CONNECTION_TIMEOUT = 20 def __init__(self, hostname, port, container_template, docker_port, ssl_on=False, wait_up=0.5): self.hostname = hostname Loading Loading
util/TestServer.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ import time class TestServer: CONNECTION_TIMEOUT = 10 CONNECTION_TIMEOUT = 20 def __init__(self, hostname, port, container_template, docker_port, ssl_on=False, wait_up=0.5): self.hostname = hostname Loading