From cd7f9abcecf532aea164c0a3030dee27f547c12a Mon Sep 17 00:00:00 2001 From: rafaelsideguide <150964962+rafaelsideguide@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:44:46 -0300 Subject: [PATCH] Update index.test.ts --- apps/api/src/__tests__/e2e_withAuth/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/__tests__/e2e_withAuth/index.test.ts b/apps/api/src/__tests__/e2e_withAuth/index.test.ts index 5cac4ad..9360003 100644 --- a/apps/api/src/__tests__/e2e_withAuth/index.test.ts +++ b/apps/api/src/__tests__/e2e_withAuth/index.test.ts @@ -1028,7 +1028,7 @@ describe("E2E Tests for API Routes", () => { .send({ url: "https://www.scrapethissite.com" }); expect(response.statusCode).toBe(429); - }, 60000); + }, 90000); }); // it.concurrent("should return 429 when rate limit is exceeded for API key", async () => {