mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +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
|
||||
if make poll-images; then
|
||||
break
|
||||
elif [ $i -ge 27 ]; then
|
||||
elif [ $i -ge 35 ]; then
|
||||
echo "ERROR: too many tries when polling for image"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue