diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-04 13:34:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-04 13:34:03 +0200 |
commit | 15b43b214eb37b05aa65aa8ef61fd0e6aa0b62d2 (patch) | |
tree | 244ca71ba5258ec5aed795cbfc58030f8d5b1870 /server | |
parent | 0146f3516ec458d7eaba3ede2addb23005bd4a28 (diff) | |
download | PeerTube-15b43b214eb37b05aa65aa8ef61fd0e6aa0b62d2.tar.gz PeerTube-15b43b214eb37b05aa65aa8ef61fd0e6aa0b62d2.tar.zst PeerTube-15b43b214eb37b05aa65aa8ef61fd0e6aa0b62d2.zip |
Increase test timeout
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/videos/video-channels.ts | 2 |
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 = { |