mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Increase timeout
This commit is contained in:
parent
14a07e0176
commit
33675a4775
@ -30,7 +30,7 @@ describe('Test server plugins API validators', function () {
|
||||
// ---------------------------------------------------------------
|
||||
|
||||
before(async function () {
|
||||
this.timeout(30000)
|
||||
this.timeout(60000)
|
||||
|
||||
server = await createSingleServer(1)
|
||||
|
||||
|
@ -267,7 +267,7 @@ describe('Test user notifications', function () {
|
||||
})
|
||||
|
||||
it('Should send a notification when an imported video is transcoded', async function () {
|
||||
this.timeout(50000)
|
||||
this.timeout(120000)
|
||||
|
||||
const name = 'video import ' + buildUUID()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user