From a24218463d5505c5d81c0f715569290e983fe409 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Mon, 19 May 2014 08:11:20 -0700 Subject: [PATCH] increased sleep to 100 as 90 seemed insufficient Signed-off-by: Yuri Weinstein --- teuthology/task/samba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/samba.py b/teuthology/task/samba.py index bbb7796b7b..11c072da19 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 -- 2.39.5