1
0
Fork 0
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:
Feruzjon Muyassarov 2022-10-27 23:26:26 +03:00
parent 0a95533fe3
commit ea8906203a

View file

@ -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