diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/videos/video-privacy.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/videos/video-privacy.ts b/server/tests/api/videos/video-privacy.ts index 8ab37189a..ea435d5af 100644 --- a/server/tests/api/videos/video-privacy.ts +++ b/server/tests/api/videos/video-privacy.ts | |||
@@ -73,6 +73,8 @@ describe('Test video privacy', function () { | |||
73 | }) | 73 | }) |
74 | 74 | ||
75 | it('Should not be able to watch this private video with another user', async function () { | 75 | it('Should not be able to watch this private video with another user', async function () { |
76 | this.timeout(10000) | ||
77 | |||
76 | const user = { | 78 | const user = { |
77 | username: 'hello', | 79 | username: 'hello', |
78 | password: 'super password' | 80 | password: 'super password' |