Increase timeout on flaky test

This commit is contained in:
Daniel A. Wozniak 2018-09-18 16:12:49 -06:00
parent 1757eddae1
commit 598020079f
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

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