]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/config.ts
Add ability to configure log level
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / config.ts
index 0aa0e2ec1932a5d447bc1d62c8ccfa18e6cb7bfb..a1f8212bb07a97cd47f4342eb475c2218ca8007a 100644 (file)
@@ -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)