X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=server%2Ftests%2Fapi%2Fserver%2Fconfig.ts;h=a1f8212bb07a97cd47f4342eb475c2218ca8007a;hb=23e27dd53599be65b2dc2968448ce155a00a96c9;hp=0aa0e2ec1932a5d447bc1d62c8ccfa18e6cb7bfb;hpb=c7a9f34f7229529ea726de13867f87c0a8dd3007;p=github%2FChocobozzz%2FPeerTube.git 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 () { }) 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)