From: Yuri Weinstein Date: Mon, 19 May 2014 15:11:20 +0000 (-0700) Subject: increased sleep to 100 as 90 seemed insufficient X-Git-Tag: v0.94.10~27^2^2~364^2~153 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a24218463d5505c5d81c0f715569290e983fe409;p=ceph.git increased sleep to 100 as 90 seemed insufficient Signed-off-by: Yuri Weinstein --- diff --git a/teuthology/task/samba.py b/teuthology/task/samba.py index bbb7796b7bb..11c072da193 100644 --- a/teuthology/task/samba.py +++ b/teuthology/task/samba.py @@ -176,7 +176,7 @@ def task(ctx, config): # let smbd initialize, probably a better way... import time log.info('Sleeping 90 seconds...') - time.sleep(90) + time.sleep(100) log.info('Sleeping stopped...') try: yield