diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-18 18:10:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-18 18:10:45 +0100 |
commit | e212f88714ec67571970e369b77d6bec887f6d18 (patch) | |
tree | a6e962c3208a02db913add3baa237888f4b79b62 /server/tests/api/videos/video-channels.ts | |
parent | 5668bf2e51051c809d84b809e2644358fa5fd287 (diff) | |
download | PeerTube-e212f88714ec67571970e369b77d6bec887f6d18.tar.gz PeerTube-e212f88714ec67571970e369b77d6bec887f6d18.tar.zst PeerTube-e212f88714ec67571970e369b77d6bec887f6d18.zip |
Increase tests timeout
Diffstat (limited to 'server/tests/api/videos/video-channels.ts')
-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 8d33c6025..25b7ad6ab 100644 --- a/server/tests/api/videos/video-channels.ts +++ b/server/tests/api/videos/video-channels.ts | |||
@@ -26,7 +26,7 @@ describe('Test a video channels', function () { | |||
26 | let videoChannelId: number | 26 | let videoChannelId: number |
27 | 27 | ||
28 | before(async function () { | 28 | before(async function () { |
29 | this.timeout(10000) | 29 | this.timeout(30000) |
30 | 30 | ||
31 | await flushTests() | 31 | await flushTests() |
32 | 32 | ||