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 () {
|
||||
this.timeout(10000)
|
||||
this.timeout(30000)
|
||||
|
||||
{
|
||||
await makePostBodyRequest({
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue