]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
increased time wait to 90 sec so tests does not fail 257/head
authorYuri Weinstein <yuri.weinstein@inktank.com>
Thu, 15 May 2014 16:33:44 +0000 (09:33 -0700)
committerYuri Weinstein <yuri.weinstein@inktank.com>
Thu, 15 May 2014 16:33:44 +0000 (09:33 -0700)
teuthology/task/samba.py

index c2e6e6a21747b62de4bfa936b399b27f1dae9955..f5aff6033f064e464e5fd6f7dc51d4422b17d159 100644 (file)
@@ -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: