fix(api/tests/snips/billing): bump timeout

This commit is contained in:
Gergő Móricz 2025-03-16 16:37:08 +01:00
parent 180770f1a3
commit 87ad53e727

View File

@ -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;