You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/10 12:21:05 UTC

[GitHub] jlcontreras commented on a change in pull request #13818: [CI] Prevent timeouts when rebuilding containers with docker.

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:
users@infra.apache.org


With regards,
Apache Git Services