aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/users-verification.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/users/users-verification.ts')
-rw-r--r--server/tests/api/users/users-verification.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/users/users-verification.ts b/server/tests/api/users/users-verification.ts
index e05acdd72..1a9a519a0 100644
--- a/server/tests/api/users/users-verification.ts
+++ b/server/tests/api/users/users-verification.ts
@@ -104,6 +104,8 @@ describe('Test users account verification', function () {
104 }) 104 })
105 105
106 it('Should be able to change the user email', async function () { 106 it('Should be able to change the user email', async function () {
107 this.timeout(10000)
108
107 let updateVerificationString: string 109 let updateVerificationString: string
108 110
109 { 111 {