mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Increase timeouts
This commit is contained in:
parent
009c059b26
commit
c0823f6a68
3 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@ import pytest
|
|||
pytestmark = [
|
||||
pytest.mark.windows_whitelisted,
|
||||
pytest.mark.core_test,
|
||||
pytest.mark.timeout_unless_on_windows(240),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ pytestmark = [
|
|||
pytest.mark.skip_if_binaries_missing(
|
||||
"docker", "dockerd", reason="Docker not installed"
|
||||
),
|
||||
pytest.mark.timeout_unless_on_windows(120),
|
||||
pytest.mark.timeout_unless_on_windows(240),
|
||||
]
|
||||
|
||||
IPV6_ENABLED = bool(salt.utils.network.ip_addrs6(include_loopback=True))
|
||||
|
|
|
@ -26,6 +26,7 @@ def test_present_absent(salt_master, salt_minion, salt_call_cli):
|
|||
ret = salt_call_cli.run(
|
||||
"state.apply",
|
||||
"manage_beacons",
|
||||
_timeout=120,
|
||||
)
|
||||
assert ret.returncode == 0
|
||||
state_id = "beacon_|-beacon-diskusage_|-diskusage_|-present"
|
||||
|
|
Loading…
Add table
Reference in a new issue