]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/users/user-videos.ts
Increase test timeouts
[github/Chocobozzz/PeerTube.git] / server / tests / api / users / user-videos.ts
index 4343c1e49538752b2d03151e46b5081776e2622e..0351ae853580ef297f8c09489585ed05ff2e1ac0 100644 (file)
@@ -20,7 +20,7 @@ describe('Test user videos', function () {
   let anotherUserToken: string
 
   before(async function () {
-    this.timeout(30000)
+    this.timeout(120000)
 
     server = await createSingleServer(1)