X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fusers%2Fusers-multiple-servers.ts;h=3823b74eff6a713c11b1d7dc38a3f75e178f03e7;hb=cffef25313bdf7a6c435f56ac6715fdd91acf7b3;hp=f94191b043b6398eddd0f8778b7ad3f5221cb08b;hpb=2732eeff9e6994582293b5aaa0cb158b7e272e9e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/users/users-multiple-servers.ts b/server/tests/api/users/users-multiple-servers.ts index f94191b04..3823b74ef 100644 --- a/server/tests/api/users/users-multiple-servers.ts +++ b/server/tests/api/users/users-multiple-servers.ts @@ -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() @@ -148,8 +146,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)