fix(api/tests/scrape): bump timeout

This commit is contained in:
Gergő Móricz 2025-04-09 19:47:38 +02:00
parent d3da790dc4
commit 78a920af61

View File

@ -94,7 +94,7 @@ describe("Scrape tests", () => {
expect(response.changeTracking).toBeDefined();
expect(response.changeTracking?.previousScrapeAt).not.toBeNull();
});
}, 30000);
});
describe("Location API (f-e dependant)", () => {