mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Upload a video to /videos/upload
This is an action, not a REST endpoint
This commit is contained in:
@@ -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`)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user