Skip to content

Commit

Permalink
release: v2.2.3+0.1.8+8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
K-dizzled committed Jun 10, 2024
1 parent 8fabd68 commit ab87d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/core/completionGenerator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ suite("Completion generation tests", () => {
unpackProof((result as SuccessGenerationResult).data)
).toEqual("auto.");
}
}).timeout(10000);
}).timeout(30000);

test("Check proofs harder than auto", async () => {
const resourcePath = ["harder_than_auto.v"];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ suite("[LLMService] Integration testing of `generateProof`", () => {
);
}
);
}).timeout(15000);
}).timeout(40000);

test("Stress test with async workers (multiround with random failures, default settings)", async () => {
await withMockLLMService(
Expand Down

0 comments on commit ab87d68

Please sign in to comment.