From a11a782f5c142f88acff8b604224cefeb8417cf1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 11 Jan 2021 15:39:15 +0100 Subject: [PATCH] Fix duplicate entry in job list page --- client/src/app/+admin/system/jobs/jobs.component.ts | 1 - server/tests/api/videos/video-privacy.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/app/+admin/system/jobs/jobs.component.ts b/client/src/app/+admin/system/jobs/jobs.component.ts index b7f18067b..b1940b0d3 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.ts +++ b/client/src/app/+admin/system/jobs/jobs.component.ts @@ -32,7 +32,6 @@ export class JobsComponent extends RestTable implements OnInit { 'video-import', 'videos-views', 'activitypub-refresher', - 'video-live-ending', 'video-redundancy', 'video-live-ending' ] diff --git a/server/tests/api/videos/video-privacy.ts b/server/tests/api/videos/video-privacy.ts index f25d75af4..fed6ca0e0 100644 --- a/server/tests/api/videos/video-privacy.ts +++ b/server/tests/api/videos/video-privacy.ts @@ -137,7 +137,7 @@ describe('Test video privacy', function () { }) it('Should upload an unlisted video on server 2', async function () { - this.timeout(30000) + this.timeout(60000) const attributes = { name: 'unlisted video',