Skip to content

Commit 1170466

Browse files
committed
Fix flakes
1 parent 341e836 commit 1170466

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/api/providers/__tests__/openrouter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe("OpenRouterHandler", () => {
3232
})
3333
})
3434

35-
describe("getModel", () => {
35+
describe("fetchModel", () => {
3636
it("returns correct model info when options are provided", async () => {
3737
const handler = new OpenRouterHandler(mockOptions)
3838
const result = await handler.fetchModel()

src/services/checkpoints/__tests__/ShadowCheckpointService.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import * as fileSearch from "../../../services/search/file-search"
1212

1313
import { RepoPerTaskCheckpointService } from "../RepoPerTaskCheckpointService"
1414

15+
jest.setTimeout(10_000)
16+
1517
const tmpDir = path.join(os.tmpdir(), "CheckpointService")
1618

1719
const initWorkspaceRepo = async ({

0 commit comments

Comments
 (0)