]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/live/live-constraints.ts
Fix tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / live / live-constraints.ts
index 23c8e3b0a999d198f374446a76272e83d237f7b5..1c60a7c76a641e66641a2e7cc012329d4cc70c49 100644 (file)
@@ -164,7 +164,7 @@ describe('Test live constraints', function () {
   })
 
   it('Should have max duration limit', async function () {
-    this.timeout(30000)
+    this.timeout(60000)
 
     await updateCustomSubConfig(servers[0].url, servers[0].accessToken, {
       live: {
@@ -179,6 +179,7 @@ describe('Test live constraints', function () {
             '480p': true,
             '720p': true,
             '1080p': true,
+            '1440p': true,
             '2160p': true
           }
         }