mirror of https://github.com/Chocobozzz/PeerTube
Fix duplicate entry in job list page
parent
1acb947504
commit
a11a782f5c
|
@ -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'
|
||||
]
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue