From e32ef1631216b4c6d4b918eb25db323dbd394709 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 26 Aug 2015 00:17:00 +0300 Subject: [PATCH] scripts/get: 900s is too much --- scripts/get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get b/scripts/get index ad64ad19e5..739735b598 100755 --- a/scripts/get +++ b/scripts/get @@ -33,7 +33,7 @@ if [ -n "$PKG_URL" ]; then PACKAGE="$SOURCES/$1/$SOURCE_NAME" PACKAGE_MIRROR="$DISTRO_MIRROR/$PKG_NAME/$SOURCE_NAME" [ "$VERBOSE" != "yes" ] && WGET_OPT=-q - WGET_CMD="wget --passive-ftp --no-check-certificate -c $WGET_OPT -P $SOURCES/$1" + WGET_CMD="wget --timeout=30 --passive-ftp --no-check-certificate -c $WGET_OPT -P $SOURCES/$1" NBWGET="1"