Merge "Wait longer for root device to become available"

This commit is contained in:
Jenkins 2015-06-25 20:43:00 +00:00 committed by Gerrit Code Review
commit c742daaa95

View File

@ -113,7 +113,7 @@ if [[ $ROOT_DEVICE ]]; then
else else
t=0 t=0
while ! target_disk=$(find_disk "$DISK"); do while ! target_disk=$(find_disk "$DISK"); do
if [ $t -eq 10 ]; then if [ $t -eq 60 ]; then
break break
fi fi
t=$(($t + 1)) t=$(($t + 1))