mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Increase timeout on grains test
This commit is contained in:
parent
9d123b949e
commit
6597a6b115
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class LoaderGrainsTest(ModuleCase):
|
|||
# self.opts['grains'] = grains(self.opts)
|
||||
|
||||
@pytest.mark.slow_test
|
||||
@pytest.mark.timeout(120)
|
||||
def test_grains_overwrite(self):
|
||||
# Force a grains sync
|
||||
self.run_function("saltutil.sync_grains")
|
||||
|
|
Loading…
Add table
Reference in a new issue