Skip to content

Commit 44f538b

Browse files
committed
test passing
1 parent dc83501 commit 44f538b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/tools/__tests__/executeCommandTimeout.integration.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ describe("Command Execution Timeout Integration", () => {
3636
providerRef: {
3737
deref: vitest.fn().mockResolvedValue({
3838
postMessageToWebview: vitest.fn(),
39+
getState: vitest.fn().mockResolvedValue({
40+
toolExecutionTimeoutMs: 60000,
41+
timeoutFallbackEnabled: false, // Disable new timeout approach for legacy tests
42+
}),
3943
}),
4044
},
4145
say: vitest.fn().mockResolvedValue(undefined),

0 commit comments

Comments
 (0)