From 000efc658d8ed3d768760902265e73e8cf4c8cb7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 13 Aug 2013 11:02:32 -0700 Subject: [PATCH] samba: wait longer for smbd to start sleep(1) is occasionally not long enough, it seems! --- 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 a319ca570c..d136dcd44a 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: -- 2.39.5