mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-10 12:26:35 +03:00
Increase test timeouts
This commit is contained in:
parent
a21b7a4193
commit
193e752c44
@ -22,7 +22,7 @@ describe('Test transcoding API validators', function () {
|
||||
// ---------------------------------------------------------------
|
||||
|
||||
before(async function () {
|
||||
this.timeout(120000)
|
||||
this.timeout(240000)
|
||||
|
||||
servers = await createMultipleServers(2)
|
||||
await setAccessTokensToServers(servers)
|
||||
|
@ -26,7 +26,7 @@ describe('Test video blacklist API validators', function () {
|
||||
// ---------------------------------------------------------------
|
||||
|
||||
before(async function () {
|
||||
this.timeout(120000)
|
||||
this.timeout(240000)
|
||||
|
||||
servers = await createMultipleServers(2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user