diff options
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r-- | server/tests/api/videos/videos-history.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/videos-history.ts b/server/tests/api/videos/videos-history.ts index 89e74a309..e102fd7c0 100644 --- a/server/tests/api/videos/videos-history.ts +++ b/server/tests/api/videos/videos-history.ts | |||
@@ -18,7 +18,7 @@ describe('Test videos history', function () { | |||
18 | let userAccessToken: string | 18 | let userAccessToken: string |
19 | 19 | ||
20 | before(async function () { | 20 | before(async function () { |
21 | this.timeout(30000) | 21 | this.timeout(120000) |
22 | 22 | ||
23 | server = await createSingleServer(1) | 23 | server = await createSingleServer(1) |
24 | 24 | ||