]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/users/users-multiple-servers.ts
Remove low timeouts
[github/Chocobozzz/PeerTube.git] / server / tests / api / users / users-multiple-servers.ts
index 8d94362479ac7265bd087d8de99bdbf1c713d1c4..3823b74eff6a713c11b1d7dc38a3f75e178f03e7 100644 (file)
@@ -66,8 +66,6 @@ describe('Test users with multiple servers', function () {
   })
 
   it('Should be able to update my display name', async function () {
-    this.timeout(10000)
-
     await servers[0].users.updateMe({ displayName: 'my super display name' })
 
     user = await servers[0].users.getMyInfo()