Skip to content

Commit f5201aa

Browse files
Increase timeout on HR insights screenshot test to 90s for Ollama inference
1 parent 5613696 commit f5201aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/screenshots/blog-screenshots.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ test.describe('Series 6 — AI Features', () => {
685685
});
686686

687687
test('AI chat — Tab 2 HR insights with answer', async ({ page }) => {
688+
test.setTimeout(90000); // Ollama inference can take 30-60s; allow extra buffer
688689
await loginAsRole(page, 'manager');
689690
await page.goto('/ai-chat');
690691
await settle(page, 1500);

0 commit comments

Comments
 (0)