mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Increase timeouts in problematic tests
This commit is contained in:
parent
7c8a104f3f
commit
8721d47578
2 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,7 @@ pytestmark = [
|
|||
reason="Deltaproxy minions do not currently work on spawning platforms.",
|
||||
),
|
||||
pytest.mark.core_test,
|
||||
pytest.mark.timeout_unless_on_windows(320),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -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(120),
|
||||
]
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue