Skip to content

Commit

Permalink
20s timeout and max 2 retries when trying to update_google_version
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jul 30, 2013
1 parent 4dd870b commit 9ab3c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/maps/Makefile
Expand Up @@ -21,7 +21,7 @@ $(DATADIR):
$(DATADIR)/maps.google.com: $(DATADIR) FORCE
@echo "-----------------------------------------------"
@echo "DOWNLOAD: google maps version code";
$(Q)wget -q -O $(@) http://maps.google.com/ || \
$(Q)wget -q -t 2 -T 20 -O $(@) http://maps.google.com/ || \
(rm -f $(@) && \
echo "Could not download google maps version code" && \
echo "-----------------------------------------------" && \
Expand Down

0 comments on commit 9ab3c2b

Please sign in to comment.