Commit 3b6a5ce7 authored by Pawel Boening's avatar Pawel Boening
Browse files

appropriate timeout for tests

parent fdd164b7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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