From: JingLu5 Date: Fri, 26 Aug 2016 04:34:01 +0000 (+0800) Subject: Increase Ping scenario ssh timeout limit to 600 seconds X-Git-Tag: danube.1.0~172^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c37da3827924a2eb31bb974500c9dffe201aaeef;p=yardstick.git Increase Ping scenario ssh timeout limit to 600 seconds Change-Id: Ide4b8527d28e8d2ceee43b3b90552abbdc2b31cc Signed-off-by: JingLu5 --- diff --git a/yardstick/benchmark/scenarios/networking/ping.py b/yardstick/benchmark/scenarios/networking/ping.py index 54c192294..e09ea4a20 100644 --- a/yardstick/benchmark/scenarios/networking/ping.py +++ b/yardstick/benchmark/scenarios/networking/ping.py @@ -52,7 +52,7 @@ class Ping(base.Scenario): user, ip, key_filename) self.connection = ssh.SSH(user, ip, key_filename=key_filename) - self.connection.wait() + self.connection.wait(timeout=600) def run(self, result): """execute the benchmark"""