aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2015-10-30 20:26:36 +0100
committerChocobozzz <florian.bigard@gmail.com>2015-10-30 20:26:36 +0100
commitce5e75386cab93e06f95f89d947e0fa55ee72097 (patch)
treeb0715e0fec2131d985890681a0464823cbf3a685 /test
parent88c8d45819e425eb690bccb5ee7928d2f82b7e6a (diff)
downloadPeerTube-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.js2
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) {