increase timeout for a single instance
authorChocobozzz <florian.bigard@gmail.com>
Fri, 30 Oct 2015 19:26:36 +0000 (20:26 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 30 Oct 2015 19:26:36 +0000 (20:26 +0100)
test/api/singlePod.js

index 149c10b9e1198e809b5d9ec159a126624089c798..5c4c892bba7221fb78a24f643876e5db57df6c08 100644 (file)
@@ -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) {