diff options
Diffstat (limited to 'server/tests/api/video-channels.ts')
-rw-r--r-- | server/tests/api/video-channels.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/video-channels.ts b/server/tests/api/video-channels.ts index de1807ef2..2d8efb320 100644 --- a/server/tests/api/video-channels.ts +++ b/server/tests/api/video-channels.ts | |||
@@ -26,7 +26,7 @@ describe('Test a video channels', function () { | |||
26 | let videoChannelId: number | 26 | let videoChannelId: number |
27 | 27 | ||
28 | before(async function () { | 28 | before(async function () { |
29 | this.timeout(120000) | 29 | this.timeout(10000) |
30 | 30 | ||
31 | await flushTests() | 31 | await flushTests() |
32 | 32 | ||