diff options
Diffstat (limited to 'packages/tests/src/api/videos/video-passwords.ts')
-rw-r--r-- | packages/tests/src/api/videos/video-passwords.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tests/src/api/videos/video-passwords.ts b/packages/tests/src/api/videos/video-passwords.ts index 60e0e28bd..d943afec0 100644 --- a/packages/tests/src/api/videos/video-passwords.ts +++ b/packages/tests/src/api/videos/video-passwords.ts | |||
@@ -22,7 +22,7 @@ describe('Test video passwords', function () { | |||
22 | let command: VideoPasswordsCommand | 22 | let command: VideoPasswordsCommand |
23 | 23 | ||
24 | before(async function () { | 24 | before(async function () { |
25 | this.timeout(30000) | 25 | this.timeout(120000) |
26 | 26 | ||
27 | server = await createSingleServer(1) | 27 | server = await createSingleServer(1) |
28 | 28 | ||