]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/users/users.ts
Prevent player crash on safari
[github/Chocobozzz/PeerTube.git] / server / tests / api / users / users.ts
index 9e657b387dafffce8141d99ecd673ee7a00aefd9..3952a7aed7efb58d1a0ac404247811dbce205201 100644 (file)
@@ -181,7 +181,7 @@ describe('Test users', function () {
     })
 
     it('Should refresh the token', async function () {
-      this.timeout(15000)
+      this.timeout(50000)
 
       const futureDate = new Date(new Date().getTime() + 1000 * 60).toISOString()
       await server.sql.setTokenField(server.accessToken, 'refreshTokenExpiresAt', futureDate)