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/object-storage/video-static-file-privacy.ts | 2 +- server/tests/api/users/users.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'server') diff --git a/server/tests/api/object-storage/video-static-file-privacy.ts b/server/tests/api/object-storage/video-static-file-privacy.ts index ed8855b3b..ea5bdd0a8 100644 --- a/server/tests/api/object-storage/video-static-file-privacy.ts +++ b/server/tests/api/object-storage/video-static-file-privacy.ts @@ -385,7 +385,7 @@ describe('Object storage for video static file privacy', function () { }) after(async function () { - this.timeout(60000) + this.timeout(240000) const { data } = await server.videos.listAllForAdmin() 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