fix(test/snips/scrape): allow more time for stealth proxy

This commit is contained in:
Gergő Móricz 2025-03-12 18:22:40 +01:00
parent 97dee5de21
commit d855f5a567

View File

@ -140,8 +140,9 @@ describe("Scrape tests", () => {
await scrape({
url: "http://firecrawl.dev",
proxy: "stealth",
timeout: 60000,
});
}, 30000);
}, 70000);
});
describe("PDF (f-e dependant)", () => {