mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adjust timeout for windows
This commit is contained in:
parent
7c487d2c71
commit
b3a19e6ad4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ pytestmark = [
|
|||
pytest.mark.skip_if_binaries_missing(
|
||||
"docker", "dockerd", reason="Docker not installed"
|
||||
),
|
||||
pytest.mark.timeout(120),
|
||||
pytest.mark.timeout_unless_on_windows(240),
|
||||
]
|
||||
|
||||
IPV6_ENABLED = bool(salt.utils.network.ip_addrs6(include_loopback=True))
|
||||
|
|
Loading…
Add table
Reference in a new issue