From 1a503afff4e1009b2e62b35d447c2a8e76adf0bd Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Thu, 15 May 2014 09:33:44 -0700 Subject: [PATCH] increased time wait to 90 sec so tests does not fail --- 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 c2e6e6a21747b..f5aff6033f064 100644 --- a/teuthology/task/samba.py +++ b/teuthology/task/samba.py @@ -175,7 +175,7 @@ def task(ctx, config): # let smbd initialize, probably a better way... import time - time.sleep(5) + time.sleep(90) try: yield finally: -- 2.39.5