From: Yuri Weinstein Date: Thu, 15 May 2014 16:33:44 +0000 (-0700) Subject: increased time wait to 90 sec so tests does not fail X-Git-Tag: 1.1.0~1446^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1a503afff4e1009b2e62b35d447c2a8e76adf0bd;p=teuthology.git increased time wait to 90 sec so tests does not fail --- diff --git a/teuthology/task/samba.py b/teuthology/task/samba.py index c2e6e6a217..f5aff6033f 100644 --- a/teuthology/task/samba.py +++ b/teuthology/task/samba.py @@ -175,7 +175,7 @@ def task(ctx, config): # let smbd initialize, probably a better way... import time - time.sleep(5) + time.sleep(90) try: yield finally: