mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Give background task more chance to start.
This commit is contained in:
parent
e0b6878fac
commit
8e60cccdfb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user