diff options
Diffstat (limited to 'server/tests/api/services.ts')
-rw-r--r-- | server/tests/api/services.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/services.ts b/server/tests/api/services.ts index 3e6506de4..8d96ccc5e 100644 --- a/server/tests/api/services.ts +++ b/server/tests/api/services.ts | |||
@@ -19,7 +19,7 @@ describe('Test services', function () { | |||
19 | let server: ServerInfo = null | 19 | let server: ServerInfo = null |
20 | 20 | ||
21 | before(async function () { | 21 | before(async function () { |
22 | this.timeout(120000) | 22 | this.timeout(10000) |
23 | 23 | ||
24 | await flushTests() | 24 | await flushTests() |
25 | 25 | ||