mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Increase timeout on flaky test
This commit is contained in:
parent
6ae924b85f
commit
0ec1e1eca3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class WinPKGTest(ModuleCase):
|
|||
'''
|
||||
def _check_pkg(pkgs, exists=True):
|
||||
self.run_function('pkg.refresh_db')
|
||||
repo_data = self.run_function('pkg.get_repo_data')
|
||||
repo_data = self.run_function('pkg.get_repo_data', timeout=300)
|
||||
repo_cache = os.path.join(RUNTIME_VARS.TMP, 'rootdir', 'cache', 'files', 'base', 'win', 'repo-ng')
|
||||
for pkg in pkgs:
|
||||
if exists:
|
||||
|
|
Loading…
Add table
Reference in a new issue