diff --git a/pavelib/utils/test/bokchoy_utils.py b/pavelib/utils/test/bokchoy_utils.py index a760395550..ea9e7a49d2 100644 --- a/pavelib/utils/test/bokchoy_utils.py +++ b/pavelib/utils/test/bokchoy_utils.py @@ -83,7 +83,7 @@ def wait_for_server(server, port): attempts = 0 server_ok = False - while attempts < 20: + while attempts < 30: try: connection = httplib.HTTPConnection(server, port, timeout=10) connection.request('GET', '/')