diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-07 21:46:44 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-07 21:46:44 +0200 |
commit | e95561cdf195d2926e1856ed285c2b86960bc86f (patch) | |
tree | 7f25c340e307fcbb13f77769b64e75603520ecc6 /server/tests/cli/update-host.ts | |
parent | 0cee28c1b251b00067681286d136ca947cf34808 (diff) | |
download | PeerTube-e95561cdf195d2926e1856ed285c2b86960bc86f.tar.gz PeerTube-e95561cdf195d2926e1856ed285c2b86960bc86f.tar.zst PeerTube-e95561cdf195d2926e1856ed285c2b86960bc86f.zip |
Upload a video to /videos/upload
This is an action, not a REST endpoint
Diffstat (limited to 'server/tests/cli/update-host.ts')
-rw-r--r-- | server/tests/cli/update-host.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/cli/update-host.ts b/server/tests/cli/update-host.ts index af9703b32..644b3807e 100644 --- a/server/tests/cli/update-host.ts +++ b/server/tests/cli/update-host.ts | |||
@@ -38,7 +38,7 @@ describe('Test update host scripts', function () { | |||
38 | }) | 38 | }) |
39 | 39 | ||
40 | it('Should update torrent hosts', async function () { | 40 | it('Should update torrent hosts', async function () { |
41 | this.timeout(20000) | 41 | this.timeout(30000) |
42 | 42 | ||
43 | killallServers([ server ]) | 43 | killallServers([ server ]) |
44 | server = await runServer(1) | 44 | server = await runServer(1) |