Bump up amount of time Docker is allowed to take to generate TLS certificates for DinD tests

This commit is contained in:
Tianon Gravi 2019-07-16 19:36:43 -07:00
parent 7e44f391f2
commit a3d79606c6
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ docker_() {
"$@"
}
. "$dir/../../retry.sh" 'docker_ version'
. "$dir/../../retry.sh" --tries 30 'docker_ version'
[ "$(docker_ images -q | wc -l)" = '0' ]
docker_ pull busybox

View File

@ -52,7 +52,7 @@ docker_() {
"$@"
}
. "$dir/../../retry.sh" 'docker_ version'
. "$dir/../../retry.sh" --tries 30 'docker_ version'
[ "$(docker_ images -q | wc -l)" = '0' ]
docker_ pull busybox