aboutsummaryrefslogtreecommitdiff
path: root/test/parameters.json
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-01 11:42:02 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-01 11:42:02 +0100
commite344693b65a42436eb40efe85095c01f767a502d (patch)
tree46a4602a1c3a0a737407cf0c91d9ea6ce293b8e1 /test/parameters.json
parent355e4fd07e7f9c0632d9d78415675f8b5cc3c2ce (diff)
downloadyoutube-dl-e344693b65a42436eb40efe85095c01f767a502d.tar.xz
Make socket timeout configurable, and bump default to 10 minutes (#1862)
Diffstat (limited to 'test/parameters.json')
-rw-r--r--test/parameters.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parameters.json b/test/parameters.json
index f042880ed..487a46d56 100644
--- a/test/parameters.json
+++ b/test/parameters.json
@@ -39,5 +39,6 @@
"writeinfojson": true,
"writesubtitles": false,
"allsubtitles": false,
- "listssubtitles": false
+ "listssubtitles": false,
+ "socket_timeout": 20
}