summaryrefslogtreecommitdiffstats
path: root/sdnvpn/lib/results.py
diff options
context:
space:
mode:
Diffstat (limited to 'sdnvpn/lib/results.py')
-rw-r--r--sdnvpn/lib/results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnvpn/lib/results.py b/sdnvpn/lib/results.py
index aa8dfa6..679284e 100644
--- a/sdnvpn/lib/results.py
+++ b/sdnvpn/lib/results.py
@@ -165,7 +165,7 @@ class Results(object):
break
def ping_ip_test(self, address):
- ping = "ping %s -c 3" % address
+ ping = "ping %s -c 10" % address
testcase_name = "Ping IP %s" % address
logger.debug(testcase_name)
exit_code = ft_utils.execute_command(ping)