mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-14 20:56:42 +00:00
Merge pull request #688 from marquiz/devel/e2e-image-poll-time
scripts: increase e2e-test image poll timeout to 12mins
This commit is contained in:
commit
21d3137753
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ i=1
|
|||
while true; do
|
||||
if make poll-images; then
|
||||
break
|
||||
elif [ $i -ge 10 ]; then
|
||||
"ERROR: too many tries when polling for image"
|
||||
elif [ $i -ge 12 ]; then
|
||||
echo "ERROR: too many tries when polling for image"
|
||||
exit 1
|
||||
fi
|
||||
sleep 60
|
||||
|
|
Loading…
Add table
Reference in a new issue