Bump the timeout for the pyobjects unit tests

This commit is contained in:
Pedro Algarvio 2024-03-08 12:16:39 +00:00
parent 6952f883bd
commit c402aab17c

View file

@ -24,6 +24,10 @@ from salt.utils.pyobjects import (
from tests.support.runtests import RUNTIME_VARS
from tests.support.unit import TestCase
pytestmark = [
pytest.mark.timeout_unless_on_windows(240),
]
log = logging.getLogger(__name__)