aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sfc/lib/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/lib/utils.py b/sfc/lib/utils.py
index 65b491be..ce57ad04 100644
--- a/sfc/lib/utils.py
+++ b/sfc/lib/utils.py
@@ -282,7 +282,7 @@ def assign_floating_ip(nova_client, neutron_client, instance_id):
return floating_ip
-def start_http_server(ip, iterations_check=5):
+def start_http_server(ip, iterations_check=10):
"""
Start http server on a given machine. Wait until the process exists
and until the port is up