]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
samba: wait longer for smbd to start
authorSage Weil <sage@inktank.com>
Tue, 13 Aug 2013 18:02:32 +0000 (11:02 -0700)
committerSage Weil <sage@inktank.com>
Tue, 13 Aug 2013 18:02:40 +0000 (11:02 -0700)
sleep(1) is occasionally not long enough, it seems!

teuthology/task/samba.py

index a319ca570c4c116a3729cedc0eac927f5ebf9a49..d136dcd44af7269ce55058434814bb48d007eda3 100644 (file)
@@ -163,7 +163,7 @@ def task(ctx, config):
 
         # let smbd initialize, probably a better way...
         import time
-        time.sleep(1)
+        time.sleep(5)
     try:
         yield
     finally: