]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/logs.ts
All API tests in parallel
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / logs.ts
index 3644fa0d307de2bef79348383e274bf9219023ee..68f4421993ed276852720bcfe79ca13233ffac8f 100644 (file)
@@ -45,7 +45,7 @@ describe('Test logs', function () {
   })
 
   it('Should get logs with an end date', async function () {
-    this.timeout(10000)
+    this.timeout(20000)
 
     await uploadVideo(server.url, server.accessToken, { name: 'video 3' })
     await waitJobs([ server ])