mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Increase sleep time to allow for master shutdown
This commit is contained in:
parent
7fc6945cba
commit
7d50c786e3
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def salt_minion_retry(salt_master_factory, salt_minion_id):
|
|||
@pytest.mark.slow_test
|
||||
def test_publish_retry(salt_master, salt_minion_retry, salt_cli, salt_run_cli):
|
||||
# run job that takes some time for warmup
|
||||
rtn = salt_cli.run("test.sleep", "7", "--async", minion_tgt=salt_minion_retry.id)
|
||||
rtn = salt_cli.run("test.sleep", "10", "--async", minion_tgt=salt_minion_retry.id)
|
||||
# obtain JID
|
||||
jid = rtn.stdout.strip().split(" ")[-1]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue