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
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed Jan 10, 2019
1 parent 5d10cc0 commit 027bfd4
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 = 5
DOCKER_CACHE_TIMEOUT_MINS = 15


def build_save_containers(platforms, registry, load_cache) -> int:
Expand Down

0 comments on commit 027bfd4

Please sign in to comment.