diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-10 17:31:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-10 17:31:52 +0000 |
commit | c3fdfb314d8b7780daa5b967bf843fae5f80d283 (patch) | |
tree | 892116182141c445a4c60ac2e1792b9a67c9bd83 /Master/tlpkg/TeXLive | |
parent | b96fcaabab7a46d76c145fb3c4c2557668e4a365 (diff) |
(_download_file): increase timeout to 900.
git-svn-id: svn://tug.org/texlive/trunk@16344 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 0f8426820c8..0812af55609 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2248,7 +2248,7 @@ sub _download_file my $wget = $ENV{"TL_DOWNLOAD_PROGRAM"} || $wgetdefault; my $wgetargs = $ENV{"TL_DOWNLOAD_ARGS"} - || "--user-agent=texlive --tries=10 --timeout=90 -q -O"; + || "--user-agent=texlive --tries=10 --timeout=900 -q -O"; debug("downloading $url using $wget $wgetargs\n"); my $ret; |