lets see if this fixes the broken items

This commit is contained in:
TheTechRobo 2022-05-17 20:54:41 -04:00
parent 30ced3839c
commit 4b1fd46887
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class MoveFiles(SimpleTask):
class WgetArgs(object):
def realize(self, item):
wget_args = [
'timeout', '1000',
'timeout', '3600',
WGET_AT,
'-v',
'--content-on-error',