mirror of https://github.com/Chocobozzz/PeerTube
increase timeout for a single instance
parent
88c8d45819
commit
ce5e75386c
|
@ -16,7 +16,7 @@
|
||||||
var video_id = -1
|
var video_id = -1
|
||||||
|
|
||||||
before(function (done) {
|
before(function (done) {
|
||||||
this.timeout(10000)
|
this.timeout(20000)
|
||||||
|
|
||||||
utils.flushTests(function () {
|
utils.flushTests(function () {
|
||||||
utils.runServer(1, function (app1, url1) {
|
utils.runServer(1, function (app1, url1) {
|
||||||
|
|
Loading…
Reference in New Issue