X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fconfig.ts;h=a1f8212bb07a97cd47f4342eb475c2218ca8007a;hb=81ebea48bfba2d81e62dd7a0f01a0cadf41d2607;hp=8c1389e7f5c7d953bd342ec4bd68a618a4fed75f;hpb=fd206f0b2d7e5c8e00e2817266d90ec54f79e1da;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/config.ts b/server/tests/api/server/config.ts index 8c1389e7f..a1f8212bb 100644 --- a/server/tests/api/server/config.ts +++ b/server/tests/api/server/config.ts @@ -16,7 +16,7 @@ describe('Test config', function () { let server = null before(async function () { - this.timeout(10000) + this.timeout(30000) await flushTests() server = await runServer(1) @@ -112,6 +112,8 @@ describe('Test config', function () { }) it('Should have the configuration updated after a restart', async function () { + this.timeout(10000) + killallServers([ server ]) await reRunServer(server) @@ -134,6 +136,8 @@ describe('Test config', function () { }) it('Should remove the custom configuration', async function () { + this.timeout(10000) + await deleteCustomConfig(server.url, server.accessToken) const res = await getCustomConfig(server.url, server.accessToken)