aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-24 14:54:21 +0200
committerChocobozzz <me@florianbigard.com>2022-10-24 14:54:21 +0200
commit3b1995a2d08012f07032c65384640578c8e39571 (patch)
tree364c5b66b743aa6c14d734ad9b4548f3ebc87623 /server
parentb3ce36069f90dcc0a0fab41d8c77f8722774544d (diff)
downloadPeerTube-3b1995a2d08012f07032c65384640578c8e39571.tar.gz
PeerTube-3b1995a2d08012f07032c65384640578c8e39571.tar.zst
PeerTube-3b1995a2d08012f07032c65384640578c8e39571.zip
Increase test timeout
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/videos/video-privacy.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-privacy.ts b/server/tests/api/videos/video-privacy.ts
index 92f5dab3c..264a05d3f 100644
--- a/server/tests/api/videos/video-privacy.ts
+++ b/server/tests/api/videos/video-privacy.ts
@@ -128,7 +128,7 @@ describe('Test video privacy', function () {
128 describe('Unlisted videos', function () { 128 describe('Unlisted videos', function () {
129 129
130 it('Should upload an unlisted video on server 2', async function () { 130 it('Should upload an unlisted video on server 2', async function () {
131 this.timeout(60000) 131 this.timeout(120000)
132 132
133 const attributes = { 133 const attributes = {
134 name: 'unlisted video', 134 name: 'unlisted video',