mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Doubled timeout to 120 for downgrade test
This commit is contained in:
parent
8c33bd50ec
commit
3cea3efaf1
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ def test_salt_downgrade_minion(salt_call_cli, install_salt):
|
|||
# Downgrade Salt to the previous version and test
|
||||
install_salt.install(downgrade=True)
|
||||
|
||||
time.sleep(60) # give it some time
|
||||
time.sleep(120) # give it some time
|
||||
|
||||
# Verify there is a new running minion by getting its PID and comparing it
|
||||
# with the PID from before the upgrade
|
||||
|
|
Loading…
Add table
Reference in a new issue