Skip to content

Commit 50b3a9a

Browse files
committed
test: increase explainConcept timeout for CI environments
1 parent 6f4c5e7 commit 50b3a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ describe('Tool Response Format', () => {
713713

714714
expect(result).toHaveProperty('content');
715715
expect(Array.isArray(result.content)).toBe(true);
716-
});
716+
}, 120000); // 2 minutes - embedding model init is slow in CI
717717

718718
it('getMinecraftVersion should return valid CallToolResult', () => {
719719
const result = handleGetMinecraftVersion({});

0 commit comments

Comments
 (0)