Increase Ping scenario ssh timeout limit to 600 seconds 31/19631/2
authorJingLu5 <lvjing5@huawei.com>
Fri, 26 Aug 2016 04:34:01 +0000 (12:34 +0800)
committerJingLu5 <lvjing5@huawei.com>
Fri, 26 Aug 2016 05:47:20 +0000 (13:47 +0800)
Change-Id: Ide4b8527d28e8d2ceee43b3b90552abbdc2b31cc
Signed-off-by: JingLu5 <lvjing5@huawei.com>
yardstick/benchmark/scenarios/networking/ping.py

index 54c1922..e09ea4a 100644 (file)
@@ -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"""