Bump timeout

This commit is contained in:
Pedro Algarvio 2024-03-14 20:42:56 +00:00
parent e71960bdfd
commit a80140819b
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ from tests.support.pytest.helpers import FakeSaltExtension
pytestmark = [
# These are slow because they create a virtualenv and install salt in it
pytest.mark.slow_test,
pytest.mark.timeout(120),
pytest.mark.timeout_unless_on_windows(240),
]
log = logging.getLogger(__name__)

View file

@ -16,6 +16,7 @@ pytestmark = [
# has been deprecated since Python 3.7, so, the logic goes into trying to import
# backports.ssl-match-hostname which is not installed on the system.
),
pytest.mark.timeout_unless_on_windows(120),
]