mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-22 14:26:44 +08:00
fix(api/tests/snips/billing): bump timeout
This commit is contained in:
parent
180770f1a3
commit
87ad53e727
@ -139,7 +139,7 @@ describe("Billing tests", () => {
|
||||
if (crawl1.success && crawl2.success) {
|
||||
expect(rc1 - rc2).toBe(crawl1.completed + crawl2.completed * 5);
|
||||
}
|
||||
}, 300000);
|
||||
}, 600000);
|
||||
|
||||
it("bills map correctly", async () => {
|
||||
const rc1 = (await creditUsage()).remaining_credits;
|
||||
|
Loading…
x
Reference in New Issue
Block a user