mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
Increase image waiting timeout
We recently increase timeout for image building and pushing to GCR due to some failures with timeout. This commit extends timeout for waiting that image to be published. Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@intel.com>
This commit is contained in:
parent
0a95533fe3
commit
ea8906203a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ i=1
|
||||||
while true; do
|
while true; do
|
||||||
if make poll-images; then
|
if make poll-images; then
|
||||||
break
|
break
|
||||||
elif [ $i -ge 27 ]; then
|
elif [ $i -ge 35 ]; then
|
||||||
echo "ERROR: too many tries when polling for image"
|
echo "ERROR: too many tries when polling for image"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue