mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
increase timeout for a single instance
This commit is contained in:
parent
88c8d45819
commit
ce5e75386c
@ -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 New Issue
Block a user