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 () => {