From aa5473314973a1c941546c1ec09108e94a61b3c9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 May 2023 16:16:41 +0200 Subject: [PATCH] Add retries to all webtorrent tests --- server/tests/api/videos/multiple-servers.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index 9d89577cc..27ba00d3d 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts @@ -439,6 +439,7 @@ describe('Test multiple servers', function () { }) it('Should add the file 3-2 by asking server 1', async function () { + this.retries(2) this.timeout(30000) const { data } = await servers[0].videos.list() @@ -450,6 +451,7 @@ describe('Test multiple servers', function () { }) it('Should add the file 2 in 360p by asking server 1', async function () { + this.retries(2) this.timeout(30000) const { data } = await servers[0].videos.list() -- 2.41.0