Skip to content

Commit

Permalink
Windows Makefile: Tune curl timeout parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Aug 15, 2016
1 parent 3b8847e commit 5007d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/Makefile
Expand Up @@ -13,7 +13,7 @@ LXML_INSTALLER := lxml-${LXML_VERSION}-cp${PYTHON_VERSION_SHORT}-none-win32.
7ZIP_INSTALLER := 7z938.msi

# env
CURL := curl -s -f -L -m 60 --retry 10 --retry-max-time 30
CURL := curl -s -f -L -m 600 --connect-timeout 30 --retry 10 --retry-max-time 5
WINE_DIR := /tmp/$(subst /,_,${CURDIR})/wine
WINE := WINEPREFIX=${WINE_DIR} WINEARCH=win32 wine

Expand Down

0 comments on commit 5007d6a

Please sign in to comment.