From 9d1e41e8bbd9afd961f2dd48c791a3be114e878d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 10 May 2023 09:02:42 +0200 Subject: Increase timeouts --- server/tests/api/transcoding/update-while-transcoding.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/tests/api/transcoding/update-while-transcoding.ts') diff --git a/server/tests/api/transcoding/update-while-transcoding.ts b/server/tests/api/transcoding/update-while-transcoding.ts index 8e32ea069..f4d728118 100644 --- a/server/tests/api/transcoding/update-while-transcoding.ts +++ b/server/tests/api/transcoding/update-while-transcoding.ts @@ -38,6 +38,7 @@ describe('Test update video privacy while transcoding', function () { }) it('Should not have an error while quickly updating a private video to public after upload #2', async function () { + this.timeout(60000) { const attributes = { @@ -56,6 +57,8 @@ describe('Test update video privacy while transcoding', function () { }) it('Should not have an error while quickly updating a private video to public after upload #3', async function () { + this.timeout(60000) + const attributes = { name: 'quick update 3', privacy: VideoPrivacy.PRIVATE -- cgit v1.2.3