]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/videos/videos-history.ts
Increase test timeout
[github/Chocobozzz/PeerTube.git] / server / tests / api / videos / videos-history.ts
index 89e74a309143ea6182fc37e76c907835c1df540b..e102fd7c0108e54587f62a55baf2e26eb6c6e602 100644 (file)
@@ -18,7 +18,7 @@ describe('Test videos history', function () {
   let userAccessToken: string
 
   before(async function () {
-    this.timeout(30000)
+    this.timeout(120000)
 
     server = await createSingleServer(1)