diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-24 09:21:22 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | 24163420dd43e3429976c8518d1752832ba910a4 (patch) | |
tree | 2565a916b4f5c789ff4120828f02b0709754607a /server/tests/api/videos/multiple-servers.ts | |
parent | c9e3eeedad67649d9b7aec8897b738d0ad63ec1f (diff) | |
download | PeerTube-24163420dd43e3429976c8518d1752832ba910a4.tar.gz PeerTube-24163420dd43e3429976c8518d1752832ba910a4.tar.zst PeerTube-24163420dd43e3429976c8518d1752832ba910a4.zip |
Add retries to travis mocha
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 4 |
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 | ||