We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4c5e7 commit 50b3a9aCopy full SHA for 50b3a9a
1 file changed
src/index.test.ts
@@ -713,7 +713,7 @@ describe('Tool Response Format', () => {
713
714
expect(result).toHaveProperty('content');
715
expect(Array.isArray(result.content)).toBe(true);
716
- });
+ }, 120000); // 2 minutes - embedding model init is slow in CI
717
718
it('getMinecraftVersion should return valid CallToolResult', () => {
719
const result = handleGetMinecraftVersion({});
0 commit comments