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/services.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/services.ts')
-rw-r--r-- | server/tests/api/videos/services.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/services.ts b/server/tests/api/videos/services.ts index 699f79ab7..e456184cf 100644 --- a/server/tests/api/videos/services.ts +++ b/server/tests/api/videos/services.ts | |||
@@ -11,7 +11,7 @@ describe('Test services', function () { | |||
11 | let server: ServerInfo = null | 11 | let server: ServerInfo = null |
12 | 12 | ||
13 | before(async function () { | 13 | before(async function () { |
14 | this.timeout(10000) | 14 | this.timeout(30000) |
15 | 15 | ||
16 | await flushTests() | 16 | await flushTests() |
17 | 17 | ||