Upload a video to /videos/upload

This is an action, not a REST endpoint
This commit is contained in:
Chocobozzz
2017-09-07 21:46:44 +02:00
parent 0cee28c1b2
commit e95561cdf1
6 changed files with 49 additions and 28 deletions

View File

@@ -26,7 +26,7 @@ describe('Test reset password scripts', function () {
})
it('Should change the user password from CLI', async function () {
this.timeout(20000)
this.timeout(30000)
const env = getEnvCli(server)
await execCLI(`echo coucou | ${env} npm run reset-password -- -u user_1`)

View File

@@ -38,7 +38,7 @@ describe('Test update host scripts', function () {
})
it('Should update torrent hosts', async function () {
this.timeout(20000)
this.timeout(30000)
killallServers([ server ])
server = await runServer(1)