From ce5e75386cab93e06f95f89d947e0fa55ee72097 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 30 Oct 2015 20:26:36 +0100 Subject: increase timeout for a single instance --- test/api/singlePod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3