]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/mock-servers/mock-object-storage.ts
Try to fix mock server ports
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / mock-servers / mock-object-storage.ts
index b6071b2f2977364d42b3ee153a6a7ecb96a46d48..144f2819dc0e945140e90934753e27e0504cc233 100644 (file)
@@ -32,7 +32,7 @@ export class MockObjectStorage {
         )
       })
 
-      const port = 42301 + randomInt(1, 100)
+      const port = 44000 + randomInt(1, 1000)
       this.server = app.listen(port, () => res(port))
     })
   }