mirror of https://github.com/Chocobozzz/PeerTube
Increase video import timeout
parent
cc43831a90
commit
13b6dc1f34
|
@ -246,7 +246,7 @@ describe('Test video imports API validator', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should succeed with the correct parameters', async function () {
|
it('Should succeed with the correct parameters', async function () {
|
||||||
this.timeout(10000)
|
this.timeout(30000)
|
||||||
|
|
||||||
{
|
{
|
||||||
await makePostBodyRequest({
|
await makePostBodyRequest({
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/* tslint:disable:no-unused-expression */
|
/* tslint:disable:no-unused-expression */
|
||||||
|
|
||||||
import * as magnetUtil from 'magnet-uri'
|
import * as magnetUtil from 'magnet-uri'
|
||||||
import * as chai from 'chai'
|
|
||||||
import 'mocha'
|
import 'mocha'
|
||||||
import { getVideo, killallServers, runServer, ServerInfo, uploadVideo } from '../../utils'
|
import { getVideo, killallServers, runServer, ServerInfo, uploadVideo } from '../../utils'
|
||||||
import { flushTests, setAccessTokensToServers } from '../../utils/index'
|
import { flushTests, setAccessTokensToServers } from '../../utils/index'
|
||||||
|
|
Loading…
Reference in New Issue