diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-01 11:42:02 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-01 11:42:02 +0100 |
commit | e344693b65a42436eb40efe85095c01f767a502d (patch) | |
tree | 46a4602a1c3a0a737407cf0c91d9ea6ce293b8e1 /test | |
parent | 355e4fd07e7f9c0632d9d78415675f8b5cc3c2ce (diff) |
Make socket timeout configurable, and bump default to 10 minutes (#1862)
Diffstat (limited to 'test')
-rw-r--r-- | test/parameters.json | 3 |
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 } |