chore: ignore test-results and raise AI test timeouts

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-06 17:01:25 +08:00
parent df75d9c560
commit 0a054606fe
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ describe('AiClientService', () => {
it('IT-AI-01: chat returns non-empty content from LM Studio', async () => {
const content = await client.chat([{ role: 'user', content: '回复一个字:好' }])
expect(content.trim().length).toBeGreaterThan(0)
}, 90_000)
}, 180_000)
})