jlcontreras commented on a change in pull request #13818: [CI] Prevent timeouts 
when rebuilding containers with docker.
URL: https://github.com/apache/incubator-mxnet/pull/13818#discussion_r246738291
 
 

 ##########
 File path: ci/docker_cache.py
 ##########
 @@ -37,7 +37,7 @@
 DOCKERHUB_LOGIN_NUM_RETRIES = 5
 DOCKERHUB_RETRY_SECONDS = 5
 DOCKER_CACHE_NUM_RETRIES = 3
-DOCKER_CACHE_TIMEOUT_MINS = 5
+DOCKER_CACHE_TIMEOUT_MINS = 15
 
 Review comment:
   Why increase this timeout? (It's the timeout for pulling the docker cache 
from dockerhub, which normally takes 30s, I haven't seen it take more than 3min)

----------------------------------------------------------------
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