builder: Try even harder to update rosdep

This commit is contained in:
sfalexrog
2019-05-06 20:02:18 +03:00
parent 751caa906c
commit cf9b7abcfa

View File

@@ -42,7 +42,7 @@ echo_stamp() {
my_travis_retry() {
local result=0
local count=1
while [ $count -le 3 ]; do
while [ $count -le 30 ]; do
[ $result -ne 0 ] && {
echo -e "\n${ANSI_RED}The command \"$@\" failed. Retrying, $count of 3.${ANSI_RESET}\n" >&2
}