diff --git a/apps/api/src/__tests__/e2e/index.test.ts b/apps/api/src/__tests__/e2e/index.test.ts index 0c36511..554453b 100644 --- a/apps/api/src/__tests__/e2e/index.test.ts +++ b/apps/api/src/__tests__/e2e/index.test.ts @@ -43,7 +43,7 @@ describe('E2E Tests for API Routes', () => { .set('Content-Type', 'application/json') .send({ url: 'https://firecrawl.dev' }); expect(response.statusCode).toBe(200); - }); + }, 10000); // 10 seconds timeout it('should return a successful response with a valid API key', async () => { const response = await request(TEST_URL)