]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/users/users-verification.ts
Refactor a little bit live tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / users / users-verification.ts
index 675ebf690e8eea6b3582dc0c59b6caf013fb16c3..1a9a519a04ee3de5860187d886998c495542c370 100644 (file)
@@ -55,7 +55,8 @@ describe('Test users account verification', function () {
   })
 
   it('Should register user and send verification email if verification required', async function () {
-    this.timeout(5000)
+    this.timeout(30000)
+
     await updateCustomSubConfig(server.url, server.accessToken, {
       signup: {
         enabled: true,
@@ -103,6 +104,8 @@ describe('Test users account verification', function () {
   })
 
   it('Should be able to change the user email', async function () {
+    this.timeout(10000)
+
     let updateVerificationString: string
 
     {