1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Increase timeouts

This commit is contained in:
Chocobozzz 2023-05-10 09:02:42 +02:00
parent ce1b5ba78c
commit 9d1e41e8bb
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 11 additions and 8 deletions

View file

@ -38,6 +38,7 @@ describe('Test update video privacy while transcoding', function () {
})
it('Should not have an error while quickly updating a private video to public after upload #2', async function () {
this.timeout(60000)
{
const attributes = {
@ -56,6 +57,8 @@ describe('Test update video privacy while transcoding', function () {
})
it('Should not have an error while quickly updating a private video to public after upload #3', async function () {
this.timeout(60000)
const attributes = {
name: 'quick update 3',
privacy: VideoPrivacy.PRIVATE