aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/videos/multiple-servers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts
index 23790ba65..d47807a79 100644
--- a/server/tests/api/videos/multiple-servers.ts
+++ b/server/tests/api/videos/multiple-servers.ts
@@ -1021,7 +1021,7 @@ describe('Test multiple servers', function () {
1021 1021
1022 describe('With minimum parameters', function () { 1022 describe('With minimum parameters', function () {
1023 it('Should upload and propagate the video', async function () { 1023 it('Should upload and propagate the video', async function () {
1024 this.timeout(60000) 1024 this.timeout(120000)
1025 1025
1026 const path = '/api/v1/videos/upload' 1026 const path = '/api/v1/videos/upload'
1027 1027