Commit 63d75a63 authored by Pawel Boening's avatar Pawel Boening Committed by Leonard Marschke
Browse files

better timeout for tests

parent 3b6a5ce7
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 = 20
    CONNECTION_TIMEOUT = 60

    def __init__(self, hostname, port, container_template, docker_port, ssl_on=False, wait_up=0.5):
        self.hostname = hostname