From c20c38721d82fa5558287c6cc1f7b553c0371ef7 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 28 May 2024 17:17:20 -0700 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 0838cb4c..6c24b60a 100644 --- a/apps/api/src/__tests__/e2e_withAuth/index.test.ts +++ b/apps/api/src/__tests__/e2e_withAuth/index.test.ts @@ -153,7 +153,7 @@ describe("E2E Tests for API Routes", () => { // expect(response.body.data).toHaveProperty("metadata"); // expect(response.body.data).not.toHaveProperty("html"); // expect(response.body.data.content).toContain("🔥 Firecrawl"); - // expect(duration).toBeGreaterThanOrEqual(4000); + // expect(duration).toBeGreaterThanOrEqual(7000); // }, 12000); // 12 seconds timeout });