diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-22 09:20:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-22 09:22:08 +0200 |
commit | 33b91e53d21fba295ecf516b717fb36e91990771 (patch) | |
tree | c3e6c31636a47b64c164c1e91ee2125bbc61339e /server/tests/api/videos/video-schedule-update.ts | |
parent | 679f8800cdc0ef925fae9ca26fb2892a8f475ad5 (diff) | |
download | PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.tar.gz PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.tar.zst PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.zip |
Remove low timeouts
Default timeout is 30s
Diffstat (limited to 'server/tests/api/videos/video-schedule-update.ts')
-rw-r--r-- | server/tests/api/videos/video-schedule-update.ts | 6 |
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: { |