mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1218763 - Antivirus should retry on SSLError. r=nthomas DONTBUILD
This commit is contained in:
parent
20d6943950
commit
a1e1c9233e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user