aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-rw-r--r--server/tests/api/check-params/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts
index 59a0c3049..a2a404702 100644
--- a/server/tests/api/check-params/config.ts
+++ b/server/tests/api/check-params/config.ts
@@ -45,7 +45,7 @@ describe('Test config API validators', function () {
45 // --------------------------------------------------------------- 45 // ---------------------------------------------------------------
46 46
47 before(async function () { 47 before(async function () {
48 this.timeout(20000) 48 this.timeout(30000)
49 49
50 await flushTests() 50 await flushTests()
51 server = await runServer(1) 51 server = await runServer(1)