diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-17 15:42:12 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:40:52 +0100 |
commit | 572f8d3dba44ba874f5c51023214273e3f5b643c (patch) | |
tree | d8f71046205d5e4618f5a1c5ed002dd1b8bc6661 /server/tests/api/users.ts | |
parent | 9a27cdc27c900feaae5f6db4315c4ccdfc0c4493 (diff) | |
download | PeerTube-572f8d3dba44ba874f5c51023214273e3f5b643c.tar.gz PeerTube-572f8d3dba44ba874f5c51023214273e3f5b643c.tar.zst PeerTube-572f8d3dba44ba874f5c51023214273e3f5b643c.zip |
Fix public video we set to public or unlisted
Diffstat (limited to 'server/tests/api/users.ts')
-rw-r--r-- | server/tests/api/users.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/users.ts b/server/tests/api/users.ts index 055dade04..5c0531571 100644 --- a/server/tests/api/users.ts +++ b/server/tests/api/users.ts | |||
@@ -39,7 +39,7 @@ describe('Test users', function () { | |||
39 | let userId: number | 39 | let userId: number |
40 | 40 | ||
41 | before(async function () { | 41 | before(async function () { |
42 | this.timeout(120000) | 42 | this.timeout(10000) |
43 | 43 | ||
44 | await flushTests() | 44 | await flushTests() |
45 | server = await runServer(1) | 45 | server = await runServer(1) |