aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-07-04 13:34:03 +0200
committerChocobozzz <me@florianbigard.com>2022-07-04 13:34:03 +0200
commit15b43b214eb37b05aa65aa8ef61fd0e6aa0b62d2 (patch)
tree244ca71ba5258ec5aed795cbfc58030f8d5b1870 /server/tests/api/videos
parent0146f3516ec458d7eaba3ede2addb23005bd4a28 (diff)
downloadPeerTube-15b43b214eb37b05aa65aa8ef61fd0e6aa0b62d2.tar.gz
PeerTube-15b43b214eb37b05aa65aa8ef61fd0e6aa0b62d2.tar.zst
PeerTube-15b43b214eb37b05aa65aa8ef61fd0e6aa0b62d2.zip
Increase test timeout
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r--server/tests/api/videos/video-channels.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-channels.ts b/server/tests/api/videos/video-channels.ts
index 42e0cf431..bbb9b12d6 100644
--- a/server/tests/api/videos/video-channels.ts
+++ b/server/tests/api/videos/video-channels.ts
@@ -59,7 +59,7 @@ describe('Test video channels', function () {
59 }) 59 })
60 60
61 it('Should create another video channel', async function () { 61 it('Should create another video channel', async function () {
62 this.timeout(10000) 62 this.timeout(30000)
63 63
64 { 64 {
65 const videoChannel = { 65 const videoChannel = {