diff --git a/artella/dccs/maya/downloader.py b/artella/dccs/maya/downloader.py index 725c2f4..c79eb60 100644 --- a/artella/dccs/maya/downloader.py +++ b/artella/dccs/maya/downloader.py @@ -43,7 +43,7 @@ def run(self): # We force the waiting to a high value, otherwise Artella Drive Client will return that no download # is being processed - time.sleep(2.0) + time.sleep(3.5) while True: progress, fd, ft, bd, bt = self._artella_drive_client.get_progress()