diff options
Diffstat (limited to 'server/tests/api/users')
-rw-r--r-- | server/tests/api/users/users-email-verification.ts | 2 | ||||
-rw-r--r-- | server/tests/api/users/users-multiple-servers.ts | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/server/tests/api/users/users-email-verification.ts b/server/tests/api/users/users-email-verification.ts index cb84dc758..909226311 100644 --- a/server/tests/api/users/users-email-verification.ts +++ b/server/tests/api/users/users-email-verification.ts | |||
@@ -90,8 +90,6 @@ describe('Test users email verification', function () { | |||
90 | }) | 90 | }) |
91 | 91 | ||
92 | it('Should be able to change the user email', async function () { | 92 | it('Should be able to change the user email', async function () { |
93 | this.timeout(10000) | ||
94 | |||
95 | let updateVerificationString: string | 93 | let updateVerificationString: string |
96 | 94 | ||
97 | { | 95 | { |
diff --git a/server/tests/api/users/users-multiple-servers.ts b/server/tests/api/users/users-multiple-servers.ts index 8d9436247..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 () { | |||
66 | }) | 66 | }) |
67 | 67 | ||
68 | it('Should be able to update my display name', async function () { | 68 | it('Should be able to update my display name', async function () { |
69 | this.timeout(10000) | ||
70 | |||
71 | await servers[0].users.updateMe({ displayName: 'my super display name' }) | 69 | await servers[0].users.updateMe({ displayName: 'my super display name' }) |
72 | 70 | ||
73 | user = await servers[0].users.getMyInfo() | 71 | user = await servers[0].users.getMyInfo() |