diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-07 17:30:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-08 08:41:48 +0200 |
commit | e9fc9e03c120fb048ed00b38157d15144770ec23 (patch) | |
tree | 5bea5b738e518527663f17217c92c24fde6620f4 /server/tests | |
parent | d4d9bbc6f24522f5d63b0ab105a02f80ca98d702 (diff) | |
download | PeerTube-e9fc9e03c120fb048ed00b38157d15144770ec23.tar.gz PeerTube-e9fc9e03c120fb048ed00b38157d15144770ec23.tar.zst PeerTube-e9fc9e03c120fb048ed00b38157d15144770ec23.zip |
Optimize fetching playlist urls
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 2 |
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 | ||