]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix duplicate entry in job list page
authorChocobozzz <me@florianbigard.com>
Mon, 11 Jan 2021 14:39:15 +0000 (15:39 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 11 Jan 2021 14:39:15 +0000 (15:39 +0100)
client/src/app/+admin/system/jobs/jobs.component.ts
server/tests/api/videos/video-privacy.ts

index b7f18067b807e230b18d9b5ab065ee9a80739794..b1940b0d38138a0fc60827fd0768808a74f7acf0 100644 (file)
@@ -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'
   ]
index f25d75af4c1be8b99eb18195d433786a8007c89f..fed6ca0e0ac9e1b848a401ed63cfd19419592135 100644 (file)
@@ -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',