Bug 1218763 - Antivirus should retry on SSLError. r=nthomas DONTBUILD

This commit is contained in:
Rail Aliiev 2015-10-28 08:19:13 -04:00
parent 20d6943950
commit a1e1c9233e

View File

@ -155,7 +155,8 @@ class AntivirusScan(BaseScript, VirtualenvMixin):
return retry(key.get_contents_to_filename,
args=(destination, ),
sleeptime=5, max_sleeptime=60,
retry_exceptions=(S3CopyError, S3ResponseError))
retry_exceptions=(S3CopyError, S3ResponseError,
IOError))
def find_release_files():
candidates_prefix = self._get_candidates_prefix()