mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-15 19:22:19 +08:00
Update index.test.ts
This commit is contained in:
parent
cd7f9abcec
commit
f5318ea7d7
|
@ -705,7 +705,7 @@ describe("E2E Tests for API Routes", () => {
|
|||
const depth = new URL(url).pathname.split("/").filter(Boolean).length;
|
||||
expect(depth).toBeLessThanOrEqual(1);
|
||||
});
|
||||
}, 120000);
|
||||
}, 180000);
|
||||
|
||||
it.concurrent("should return a successful response for a valid crawl job with includeHtml set to true option", async () => {
|
||||
const crawlResponse = await request(TEST_URL)
|
||||
|
|
Loading…
Reference in New Issue
Block a user