From: Chocobozzz Date: Fri, 30 Oct 2015 19:26:36 +0000 (+0100) Subject: increase timeout for a single instance X-Git-Tag: v0.0.1-alpha~1101 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ce5e75386cab93e06f95f89d947e0fa55ee72097;p=oweals%2Fpeertube.git increase timeout for a single instance --- 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 @@ var video_id = -1 before(function (done) { - this.timeout(10000) + this.timeout(20000) utils.flushTests(function () { utils.runServer(1, function (app1, url1) {