mirror of https://github.com/Chocobozzz/PeerTube
Increase test timeout for imports
parent
e6a3b266f1
commit
a031ab0b9b
|
@ -619,7 +619,7 @@ describe('Test users API validators', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should fail to import with HTTP/Torrent/magnet', async function () {
|
it('Should fail to import with HTTP/Torrent/magnet', async function () {
|
||||||
this.timeout(30000)
|
this.timeout(120000)
|
||||||
|
|
||||||
const baseAttributes = {
|
const baseAttributes = {
|
||||||
channelId: 1,
|
channelId: 1,
|
||||||
|
|
Loading…
Reference in New Issue