Increase video import timeout

pull/923/head
Chocobozzz 2018-08-14 11:40:14 +02:00
parent cc43831a90
commit 13b6dc1f34
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 1 additions and 2 deletions

View File

@ -246,7 +246,7 @@ describe('Test video imports API validator', function () {
})
it('Should succeed with the correct parameters', async function () {
this.timeout(10000)
this.timeout(30000)
{
await makePostBodyRequest({

View File

@ -1,7 +1,6 @@
/* tslint:disable:no-unused-expression */
import * as magnetUtil from 'magnet-uri'
import * as chai from 'chai'
import 'mocha'
import { getVideo, killallServers, runServer, ServerInfo, uploadVideo } from '../../utils'
import { flushTests, setAccessTokensToServers } from '../../utils/index'