mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Make pillar timeout test less flaky
This commit is contained in:
parent
58774e9a98
commit
9e23be093d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def test_publish_retry(salt_master, salt_minion_retry, salt_cli, salt_run_cli):
|
|||
@pytest.mark.slow_test
|
||||
def test_pillar_timeout(salt_master_factory):
|
||||
cmd = """
|
||||
python -c "import time; time.sleep(2.5); print('{\\"foo\\": \\"bar\\"}');\"
|
||||
python -c "import time; time.sleep(3.0); print('{\\"foo\\": \\"bar\\"}');\"
|
||||
""".strip()
|
||||
master_overrides = {
|
||||
"ext_pillar": [
|
||||
|
|
Loading…
Add table
Reference in a new issue