From e95561cdf195d2926e1856ed285c2b86960bc86f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 Sep 2017 21:46:44 +0200 Subject: Upload a video to /videos/upload This is an action, not a REST endpoint --- server/tests/cli/update-host.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/cli/update-host.ts') 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 () { }) it('Should update torrent hosts', async function () { - this.timeout(20000) + this.timeout(30000) killallServers([ server ]) server = await runServer(1) -- cgit v1.2.3