fix(api/tests/snips/billing): bump timeout
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user