fix: increase vector sync wait timeout to prevent sampling test timeouts in CI

Extract reusable wait_for_vector_sync() helper with 90s max_wait (up from
30s) to handle slow single-worker processing in CI. Increase processor
workers to 2 for the mcp service to parallelize note indexing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Chris Coutinho
2026-03-22 18:11:15 +01:00
co-authored by Claude Opus 4.6
parent 322e92276e
commit 96839662bc
3 changed files with 57 additions and 87 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ services:
# Semantic search configuration (ADR-007, ADR-021)
- ENABLE_SEMANTIC_SEARCH=true
- VECTOR_SYNC_SCAN_INTERVAL=5
- VECTOR_SYNC_PROCESSOR_WORKERS=1
- VECTOR_SYNC_PROCESSOR_WORKERS=2
#- LOG_FORMAT=json