aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-15 15:41:31 +0200
committerChocobozzz <me@florianbigard.com>2023-05-15 15:42:16 +0200
commit261dac403a6380ea46f4f0bee8d50c6f661fbdfa (patch)
treefa90fdc94a54a16154ff3511ae3a92ac95fe1179 /server/tests/api
parent5a05c14573ca3c0d16b77bef78d845f96c8c6497 (diff)
downloadPeerTube-261dac403a6380ea46f4f0bee8d50c6f661fbdfa.tar.gz
PeerTube-261dac403a6380ea46f4f0bee8d50c6f661fbdfa.tar.zst
PeerTube-261dac403a6380ea46f4f0bee8d50c6f661fbdfa.zip
More robust test
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/users/users-multiple-servers.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/tests/api/users/users-multiple-servers.ts b/server/tests/api/users/users-multiple-servers.ts
index f94191b04..8d9436247 100644
--- a/server/tests/api/users/users-multiple-servers.ts
+++ b/server/tests/api/users/users-multiple-servers.ts
@@ -148,8 +148,6 @@ describe('Test users with multiple servers', function () {
148 }) 148 })
149 149
150 it('Should search through account videos', async function () { 150 it('Should search through account videos', async function () {
151 this.timeout(10_000)
152
153 const created = await servers[0].videos.upload({ token: userAccessToken, attributes: { name: 'Kami no chikara' } }) 151 const created = await servers[0].videos.upload({ token: userAccessToken, attributes: { name: 'Kami no chikara' } })
154 152
155 await waitJobs(servers) 153 await waitJobs(servers)