Increase test timeout
This commit is contained in:
parent
b3ce36069f
commit
3b1995a2d0
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ describe('Test video privacy', function () {
|
||||||
describe('Unlisted videos', function () {
|
describe('Unlisted videos', function () {
|
||||||
|
|
||||||
it('Should upload an unlisted video on server 2', async function () {
|
it('Should upload an unlisted video on server 2', async function () {
|
||||||
this.timeout(60000)
|
this.timeout(120000)
|
||||||
|
|
||||||
const attributes = {
|
const attributes = {
|
||||||
name: 'unlisted video',
|
name: 'unlisted video',
|
||||||
|
|
Loading…
Reference in a new issue