Give background task more chance to start.

This commit is contained in:
Dmitry Kuzmenko 2018-03-19 23:37:34 +03:00
parent e0b6878fac
commit 8e60cccdfb
No known key found for this signature in database
GPG Key ID: 4C7CAD30C95651DA

View File

@ -190,7 +190,7 @@ class SSHStateTest(SSHCase):
expected = 'The function "state.pkg" is running as'
state_ret = []
for _ in range(3):
for _ in range(30):
time.sleep(5)
get_sls = self.run_function('state.running', wipe=False)
state_ret.append(get_sls)