aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/multiple-servers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r--server/tests/api/videos/multiple-servers.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts
index e9625e5f7..e811ccd8e 100644
--- a/server/tests/api/videos/multiple-servers.ts
+++ b/server/tests/api/videos/multiple-servers.ts
@@ -533,7 +533,7 @@ describe('Test multiple servers', function () {
533 }) 533 })
534 534
535 it('Should view multiple videos on each servers', async function () { 535 it('Should view multiple videos on each servers', async function () {
536 this.timeout(30000) 536 this.timeout(45000)
537 537
538 const tasks: Promise<any>[] = [] 538 const tasks: Promise<any>[] = []
539 tasks.push(viewVideo(servers[0].url, remoteVideosServer1[0])) 539 tasks.push(viewVideo(servers[0].url, remoteVideosServer1[0]))
@@ -552,7 +552,7 @@ describe('Test multiple servers', function () {
552 await waitJobs(servers) 552 await waitJobs(servers)
553 553
554 // Wait the repeatable job 554 // Wait the repeatable job
555 await wait(8000) 555 await wait(16000)
556 556
557 let baseVideos = null 557 let baseVideos = null
558 558