mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 12:36:08 +08:00
fix(test/snips/scrape): allow more time for stealth proxy
This commit is contained in:
parent
97dee5de21
commit
d855f5a567
@ -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)", () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user