mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-02 05:30:38 +08:00
adjust timeouts
This commit is contained in:
parent
c33d2f042f
commit
c222aadd53
@ -8,7 +8,7 @@ describe("Batch scrape tests", () => {
|
||||
|
||||
expect(response.body.data[0]).toHaveProperty("markdown");
|
||||
expect(response.body.data[0].markdown).toContain("Firecrawl");
|
||||
}, 30000);
|
||||
}, 180000);
|
||||
|
||||
if (!process.env.TEST_SUITE_SELF_HOSTED) {
|
||||
describe("JSON format", () => {
|
||||
@ -45,7 +45,7 @@ describe("Batch scrape tests", () => {
|
||||
expect(response.body.data[0].json).toHaveProperty("is_open_source");
|
||||
expect(response.body.data[0].json.is_open_source).toBe(true);
|
||||
expect(typeof response.body.data[0].json.is_open_source).toBe("boolean");
|
||||
}, 30000);
|
||||
}, 180000);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user