increase timeout for a single instance
This commit is contained in:
parent
88c8d45819
commit
ce5e75386c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue