mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Give background task more chance to start.
This commit is contained in:
parent
e0b6878fac
commit
8e60cccdfb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue