Increase timeout on flaky test

This commit is contained in:
Daniel A. Wozniak 2018-09-18 16:19:28 -06:00
parent 6ae924b85f
commit 0ec1e1eca3
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -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: