From: Sage Weil Date: Tue, 13 Aug 2013 18:02:32 +0000 (-0700) Subject: samba: wait longer for smbd to start X-Git-Tag: 1.1.0~1983 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=000efc658d8ed3d768760902265e73e8cf4c8cb7;p=teuthology.git samba: wait longer for smbd to start sleep(1) is occasionally not long enough, it seems! --- diff --git a/teuthology/task/samba.py b/teuthology/task/samba.py index a319ca570..d136dcd44 100644 --- a/teuthology/task/samba.py +++ b/teuthology/task/samba.py @@ -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: