fix(test/snips/scrape): allow more time for stealth proxy
This commit is contained in:
@@ -140,8 +140,9 @@ describe("Scrape tests", () => {
|
|||||||
await scrape({
|
await scrape({
|
||||||
url: "http://firecrawl.dev",
|
url: "http://firecrawl.dev",
|
||||||
proxy: "stealth",
|
proxy: "stealth",
|
||||||
|
timeout: 60000,
|
||||||
});
|
});
|
||||||
}, 30000);
|
}, 70000);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("PDF (f-e dependant)", () => {
|
describe("PDF (f-e dependant)", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user