aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/server/config.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tests/api/server/config.ts b/server/tests/api/server/config.ts
index 0aa0e2ec1..a1f8212bb 100644
--- a/server/tests/api/server/config.ts
+++ b/server/tests/api/server/config.ts
@@ -112,6 +112,8 @@ describe('Test config', function () {
112 }) 112 })
113 113
114 it('Should have the configuration updated after a restart', async function () { 114 it('Should have the configuration updated after a restart', async function () {
115 this.timeout(10000)
116
115 killallServers([ server ]) 117 killallServers([ server ])
116 118
117 await reRunServer(server) 119 await reRunServer(server)
@@ -134,6 +136,8 @@ describe('Test config', function () {
134 }) 136 })
135 137
136 it('Should remove the custom configuration', async function () { 138 it('Should remove the custom configuration', async function () {
139 this.timeout(10000)
140
137 await deleteCustomConfig(server.url, server.accessToken) 141 await deleteCustomConfig(server.url, server.accessToken)
138 142
139 const res = await getCustomConfig(server.url, server.accessToken) 143 const res = await getCustomConfig(server.url, server.accessToken)