diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-10-30 20:26:36 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-10-30 20:26:36 +0100 |
commit | ce5e75386cab93e06f95f89d947e0fa55ee72097 (patch) | |
tree | b0715e0fec2131d985890681a0464823cbf3a685 /test | |
parent | 88c8d45819e425eb690bccb5ee7928d2f82b7e6a (diff) | |
download | PeerTube-ce5e75386cab93e06f95f89d947e0fa55ee72097.tar.gz PeerTube-ce5e75386cab93e06f95f89d947e0fa55ee72097.tar.zst PeerTube-ce5e75386cab93e06f95f89d947e0fa55ee72097.zip |
increase timeout for a single instance
Diffstat (limited to 'test')
-rw-r--r-- | test/api/singlePod.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/singlePod.js b/test/api/singlePod.js index 149c10b9e..5c4c892bb 100644 --- a/test/api/singlePod.js +++ b/test/api/singlePod.js | |||
@@ -16,7 +16,7 @@ | |||
16 | var video_id = -1 | 16 | var video_id = -1 |
17 | 17 | ||
18 | before(function (done) { | 18 | before(function (done) { |
19 | this.timeout(10000) | 19 | this.timeout(20000) |
20 | 20 | ||
21 | utils.flushTests(function () { | 21 | utils.flushTests(function () { |
22 | utils.runServer(1, function (app1, url1) { | 22 | utils.runServer(1, function (app1, url1) { |