mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-09-22 14:59:15 +00: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) {
|
if (crawl1.success && crawl2.success) {
|
||||||
expect(rc1 - rc2).toBe(crawl1.completed + crawl2.completed * 5);
|
expect(rc1 - rc2).toBe(crawl1.completed + crawl2.completed * 5);
|
||||||
}
|
}
|
||||||
}, 300000);
|
}, 600000);
|
||||||
|
|
||||||
it("bills map correctly", async () => {
|
it("bills map correctly", async () => {
|
||||||
const rc1 = (await creditUsage()).remaining_credits;
|
const rc1 = (await creditUsage()).remaining_credits;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user