]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/videos/video-description.ts
Fix tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / videos / video-description.ts
index c4185882a3d1b167a3fa3901578942a3f7751d62..1f3d4adbb5fb57d5e9460566b9e980dc072ffc99 100644 (file)
@@ -78,8 +78,6 @@ describe('Test video description', function () {
   })
 
   it('Should update with a short description', async function () {
-    this.timeout(10000)
-
     const attributes = {
       description: 'short description'
     }