diff options
Diffstat (limited to 'server/tests/api/videos/video-comments.ts')
-rw-r--r-- | server/tests/api/videos/video-comments.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-comments.ts b/server/tests/api/videos/video-comments.ts index 0eddac35b..cf8166a96 100644 --- a/server/tests/api/videos/video-comments.ts +++ b/server/tests/api/videos/video-comments.ts | |||
@@ -23,7 +23,7 @@ describe('Test video comments', function () { | |||
23 | let replyToDeleteId: number | 23 | let replyToDeleteId: number |
24 | 24 | ||
25 | before(async function () { | 25 | before(async function () { |
26 | this.timeout(10000) | 26 | this.timeout(30000) |
27 | 27 | ||
28 | await flushTests() | 28 | await flushTests() |
29 | 29 | ||