aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-24 16:37:47 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-24 18:54:37 +0200
commit07491f4b98e0548b41e21bb13a32f3f840b0ab1f (patch)
tree408bd091b28be15ac9fe0202777f8d839c92af76 /server/tests
parentee90f1bc19c4a62f34f7a329596d613aa931d8a8 (diff)
downloadPeerTube-07491f4b98e0548b41e21bb13a32f3f840b0ab1f.tar.gz
PeerTube-07491f4b98e0548b41e21bb13a32f3f840b0ab1f.tar.zst
PeerTube-07491f4b98e0548b41e21bb13a32f3f840b0ab1f.zip
Add fixtures cache to github actions
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/videos/video-transcoder.ts2
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