summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-04 19:37:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-04 19:37:32 +0100
commitd96d9c10cfa4b990cc70c7660cdc13c7c6bafa86 (patch)
tree2622011ccfbf7330b14936be1bf1d657186edab8 /mk/build.mk
parent44e2c72df2e4ad93712c2f8c31862633bba15d9e (diff)
set higher timeout for autobuilder, which is behind a proxy
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk
index f34b08063..77b70a3f8 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -12,6 +12,7 @@ CONFIG_CONFIG_IN = Config.in
CONFIG = config
DEFCONFIG= ADK_DEBUG=n \
ADK_STATIC=n \
+ ADK_WGET_TIMEOUT=180 \
ADK_MAKE_PARALLEL=y \
ADK_MAKE_JOBS=4 \
ADK_LEAVE_ETC_ALONE=n \