mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 01:56:01 +08:00
fix(api/tests/scrape): bump timeout
This commit is contained in:
parent
d3da790dc4
commit
78a920af61
@ -94,7 +94,7 @@ describe("Scrape tests", () => {
|
|||||||
|
|
||||||
expect(response.changeTracking).toBeDefined();
|
expect(response.changeTracking).toBeDefined();
|
||||||
expect(response.changeTracking?.previousScrapeAt).not.toBeNull();
|
expect(response.changeTracking?.previousScrapeAt).not.toBeNull();
|
||||||
});
|
}, 30000);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("Location API (f-e dependant)", () => {
|
describe("Location API (f-e dependant)", () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user