aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/video-schedule-update.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/videos/video-schedule-update.ts')
-rw-r--r--server/tests/api/videos/video-schedule-update.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/server/tests/api/videos/video-schedule-update.ts b/server/tests/api/videos/video-schedule-update.ts
index 73f1519d9..bf341c648 100644
--- a/server/tests/api/videos/video-schedule-update.ts
+++ b/server/tests/api/videos/video-schedule-update.ts
@@ -35,8 +35,6 @@ describe('Test video update scheduler', function () {
35 }) 35 })
36 36
37 it('Should upload a video and schedule an update in 10 seconds', async function () { 37 it('Should upload a video and schedule an update in 10 seconds', async function () {
38 this.timeout(10000)
39
40 const attributes = { 38 const attributes = {
41 name: 'video 1', 39 name: 'video 1',
42 privacy: VideoPrivacy.PRIVATE, 40 privacy: VideoPrivacy.PRIVATE,
@@ -89,8 +87,6 @@ describe('Test video update scheduler', function () {
89 }) 87 })
90 88
91 it('Should upload a video without scheduling an update', async function () { 89 it('Should upload a video without scheduling an update', async function () {
92 this.timeout(10000)
93
94 const attributes = { 90 const attributes = {
95 name: 'video 2', 91 name: 'video 2',
96 privacy: VideoPrivacy.PRIVATE 92 privacy: VideoPrivacy.PRIVATE
@@ -103,8 +99,6 @@ describe('Test video update scheduler', function () {
103 }) 99 })
104 100
105 it('Should update a video by scheduling an update', async function () { 101 it('Should update a video by scheduling an update', async function () {
106 this.timeout(10000)
107
108 const attributes = { 102 const attributes = {
109 name: 'video 2 updated', 103 name: 'video 2 updated',
110 scheduleUpdate: { 104 scheduleUpdate: {