aboutsummaryrefslogtreecommitdiff
path: root/lib/globals.sh
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2013-11-19 10:20:57 -0600
committerRyan S. Arnold <ryan.arnold@linaro.org>2013-11-19 10:20:57 -0600
commit57b55c080afc1761a59c8a77b49e1022c6db4a00 (patch)
tree87fc9999e6bf02ca6ca151e513eb96f14c30a428 /lib/globals.sh
parentc217d807712130bf3e57094f19c3e759f39e1cf0 (diff)
Add --timeout to cbuild2 command line to increase timeout value for wget.
Diffstat (limited to 'lib/globals.sh')
-rw-r--r--lib/globals.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/globals.sh b/lib/globals.sh
index efc56bb8..c40ddc3b 100644
--- a/lib/globals.sh
+++ b/lib/globals.sh
@@ -20,6 +20,11 @@ dbpasswd="default"
manifest=
+# The default timeout. If you're on a wireless network this
+# might not be sufficient and can be overridden at the command
+# line.
+wget_timeout=1
+
# This doesn't do any real work, just prints the configure options and make commands
dryrun=no