diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-24 16:37:47 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-24 18:54:37 +0200 |
commit | 07491f4b98e0548b41e21bb13a32f3f840b0ab1f (patch) | |
tree | 408bd091b28be15ac9fe0202777f8d839c92af76 /server | |
parent | ee90f1bc19c4a62f34f7a329596d613aa931d8a8 (diff) | |
download | PeerTube-07491f4b98e0548b41e21bb13a32f3f840b0ab1f.tar.gz PeerTube-07491f4b98e0548b41e21bb13a32f3f840b0ab1f.tar.zst PeerTube-07491f4b98e0548b41e21bb13a32f3f840b0ab1f.zip |
Add fixtures cache to github actions
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/videos/video-transcoder.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-transcoder.ts b/server/tests/api/videos/video-transcoder.ts index 13b3530b1..e3fd0ec22 100644 --- a/server/tests/api/videos/video-transcoder.ts +++ b/server/tests/api/videos/video-transcoder.ts | |||
@@ -242,7 +242,7 @@ describe('Test video transcoding', function () { | |||
242 | }) | 242 | }) |
243 | 243 | ||
244 | it('Should wait for transcoding before publishing the video', async function () { | 244 | it('Should wait for transcoding before publishing the video', async function () { |
245 | this.timeout(80000) | 245 | this.timeout(160000) |
246 | 246 | ||
247 | { | 247 | { |
248 | // Upload the video, but wait transcoding | 248 | // Upload the video, but wait transcoding |