1
0
Fork 0

increase timeout for a single instance

This commit is contained in:
Chocobozzz 2015-10-30 20:26:36 +01:00
parent 88c8d45819
commit ce5e75386c
1 changed files with 1 additions and 1 deletions

View 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) {