jlcontreras commented on a change in pull request #13573: Add timeout/retry 
logic to docker cache download
URL: https://github.com/apache/incubator-mxnet/pull/13573#discussion_r240291204
 
 

 ##########
 File path: ci/docker_cache.py
 ##########
 @@ -131,14 +134,15 @@ def _login_dockerhub():
             logging.error(p.stderr)
 
             # Linear backoff
-            time.sleep(1000 * DOCKERHUB_RETRY_SECONDS * (i + 1))
+            time.sleep(DOCKERHUB_RETRY_SECONDS * (i + 1))
 
 Review comment:
   Wanted to keep this PR specific to this method, but I guess it makes more 
sense to add it also, done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to