Bump up amount of time Docker is allowed to take to generate TLS certificates for DinD tests
This commit is contained in:
parent
7e44f391f2
commit
a3d79606c6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue