aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-22 08:10:52 +0200
committerChocobozzz <me@florianbigard.com>2023-05-22 08:22:57 +0200
commit8527f4b163c41d13820ff0ccf6427643547ab745 (patch)
treebb204a556a4405506b247b36ae119bc640a5874c /server
parent9ba1faa2eec339d4b9c8acff2631bcb6d24043bc (diff)
downloadPeerTube-8527f4b163c41d13820ff0ccf6427643547ab745.tar.gz
PeerTube-8527f4b163c41d13820ff0ccf6427643547ab745.tar.zst
PeerTube-8527f4b163c41d13820ff0ccf6427643547ab745.zip
Fix menu dropdowns
Better responsive Avoid menu scrollbar displayed in notification popove
Diffstat (limited to 'server')
-rw-r--r--server/tests/peertube-runner/live-transcoding.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/peertube-runner/live-transcoding.ts b/server/tests/peertube-runner/live-transcoding.ts
index 17e1f3078..e7ef941c6 100644
--- a/server/tests/peertube-runner/live-transcoding.ts
+++ b/server/tests/peertube-runner/live-transcoding.ts
@@ -76,7 +76,7 @@ describe('Test Live transcoding in peertube-runner program', function () {
76 }) 76 })
77 77
78 it('Should save a replay', async function () { 78 it('Should save a replay', async function () {
79 this.timeout(120000) 79 this.timeout(240000)
80 80
81 const { video } = await servers[0].live.quickCreate({ permanentLive: true, saveReplay: true }) 81 const { video } = await servers[0].live.quickCreate({ permanentLive: true, saveReplay: true })
82 82