mirror of https://github.com/Chocobozzz/PeerTube
Increase test timeout
parent
0ffa7a0ef3
commit
ebee0c0427
|
@ -32,7 +32,7 @@ describe('Test video blacklist', function () {
|
|||
}
|
||||
|
||||
before(async function () {
|
||||
this.timeout(50000)
|
||||
this.timeout(120000)
|
||||
|
||||
// Run servers
|
||||
servers = await createMultipleServers(2)
|
||||
|
|
Loading…
Reference in New Issue