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/check-params/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/check-params/video-channels.ts')
-rw-r--r-- | server/tests/api/check-params/video-channels.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-channels.ts b/server/tests/api/check-params/video-channels.ts index 22e98d110..d073e28f0 100644 --- a/server/tests/api/check-params/video-channels.ts +++ b/server/tests/api/check-params/video-channels.ts | |||
@@ -19,7 +19,7 @@ describe('Test videos API validator', function () { | |||
19 | // --------------------------------------------------------------- | 19 | // --------------------------------------------------------------- |
20 | 20 | ||
21 | before(async function () { | 21 | before(async function () { |
22 | this.timeout(20000) | 22 | this.timeout(30000) |
23 | 23 | ||
24 | await flushTests() | 24 | await flushTests() |
25 | 25 | ||