From 9ab3c2bd0da11259d263542ee3a2706a9c8354aa Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Tue, 30 Jul 2013 18:19:32 +0200 Subject: [PATCH] 20s timeout and max 2 retries when trying to update_google_version --- data/maps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/maps/Makefile b/data/maps/Makefile index 03e3fcb5ef2..f20aff033b6 100644 --- a/data/maps/Makefile +++ b/data/maps/Makefile @@ -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 "-----------------------------------------------" && \