diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-19 13:33:27 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-19 13:33:27 +0200 |
commit | 6403a6bd019a30848f0e9b5f6e7b9734229ab0f1 (patch) | |
tree | 8fb162cdb5e42ee6bb5a11acedb88218b12aa200 /server/tests/api/videos/single-server.ts | |
parent | 30453cb5ba523020c488dfb7986a9848870393a5 (diff) | |
download | PeerTube-6403a6bd019a30848f0e9b5f6e7b9734229ab0f1.tar.gz PeerTube-6403a6bd019a30848f0e9b5f6e7b9734229ab0f1.tar.zst PeerTube-6403a6bd019a30848f0e9b5f6e7b9734229ab0f1.zip |
peertube runner tests in parallel
Diffstat (limited to 'server/tests/api/videos/single-server.ts')
-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 9fd52933f..b44e1bc37 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(50000) | 216 | this.timeout(120000) |
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', |