From 1ebe2c2b9fba58c87d18c07921ea7c425e7e3cfd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 28 Oct 2022 09:59:39 +0200 Subject: Update production.yaml --- server/tests/api/users/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/users/users.ts') diff --git a/server/tests/api/users/users.ts b/server/tests/api/users/users.ts index 9e657b387..3952a7aed 100644 --- a/server/tests/api/users/users.ts +++ b/server/tests/api/users/users.ts @@ -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) -- cgit v1.2.3