mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Increase timeouts
This commit is contained in:
parent
ce1b5ba78c
commit
9d1e41e8bb
2 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue