Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
increase docker cache timeout (#16430)
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy authored and szha committed Oct 11, 2019
1 parent ca30ba8 commit d2d76dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
DOCKERHUB_LOGIN_NUM_RETRIES = 5
DOCKERHUB_RETRY_SECONDS = 5
DOCKER_CACHE_NUM_RETRIES = 3
DOCKER_CACHE_TIMEOUT_MINS = 15
DOCKER_CACHE_TIMEOUT_MINS = 45
PARALLEL_BUILDS = 10


Expand Down

0 comments on commit d2d76dc

Please sign in to comment.