mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Bump the timeout for the pyobjects unit tests
This commit is contained in:
parent
6952f883bd
commit
c402aab17c
1 changed files with 4 additions and 0 deletions
|
@ -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__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue