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
1757eddae1
commit
598020079f
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ class PipModuleTest(ModuleCase):
|
|||
f.write('pep8')
|
||||
|
||||
ret = self.run_function(
|
||||
'pip.install', requirements=req1_filename, bin_env=self.venv_dir)
|
||||
'pip.install', requirements=req1_filename, bin_env=self.venv_dir, timeout=300)
|
||||
if self._check_download_error(ret['stdout']):
|
||||
self.skipTest('Test skipped due to pip download error')
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue