]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/users/users-multiple-servers.ts
More robust test
[github/Chocobozzz/PeerTube.git] / server / tests / api / users / users-multiple-servers.ts
index f94191b043b6398eddd0f8778b7ad3f5221cb08b..8d94362479ac7265bd087d8de99bdbf1c713d1c4 100644 (file)
@@ -148,8 +148,6 @@ describe('Test users with multiple servers', function () {
   })
 
   it('Should search through account videos', async function () {
-    this.timeout(10_000)
-
     const created = await servers[0].videos.upload({ token: userAccessToken, attributes: { name: 'Kami no chikara' } })
 
     await waitJobs(servers)