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