diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-11 15:02:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-11 15:03:47 +0200 |
commit | 823c34c07fc0df81110098ee1032e9d3ed70b662 (patch) | |
tree | 4d15bc0e09766552434ee50ad5f6098bd2f74ac4 /server/tests/api/videos | |
parent | 81f14b911211be065448e92bcc253f470c5ff2a9 (diff) | |
download | PeerTube-823c34c07fc0df81110098ee1032e9d3ed70b662.tar.gz PeerTube-823c34c07fc0df81110098ee1032e9d3ed70b662.tar.zst PeerTube-823c34c07fc0df81110098ee1032e9d3ed70b662.zip |
Fix reset sequelize instance
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r-- | server/tests/api/videos/single-server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts index 72f833ec2..9fd52933f 100644 --- a/server/tests/api/videos/single-server.ts +++ b/server/tests/api/videos/single-server.ts | |||
@@ -213,7 +213,7 @@ describe('Test a single server', function () { | |||
213 | }) | 213 | }) |
214 | 214 | ||
215 | it('Should upload 6 videos', async function () { | 215 | it('Should upload 6 videos', async function () { |
216 | this.timeout(25000) | 216 | this.timeout(50000) |
217 | 217 | ||
218 | const videos = new Set([ | 218 | const videos = new Set([ |
219 | 'video_short.mp4', 'video_short.ogv', 'video_short.webm', | 219 | 'video_short.mp4', 'video_short.ogv', 'video_short.webm', |