aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/services.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/videos/services.ts')
-rw-r--r--server/tests/api/videos/services.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/services.ts b/server/tests/api/videos/services.ts
index 699f79ab7..e456184cf 100644
--- a/server/tests/api/videos/services.ts
+++ b/server/tests/api/videos/services.ts
@@ -11,7 +11,7 @@ describe('Test services', function () {
11 let server: ServerInfo = null 11 let server: ServerInfo = null
12 12
13 before(async function () { 13 before(async function () {
14 this.timeout(10000) 14 this.timeout(30000)
15 15
16 await flushTests() 16 await flushTests()
17 17