fix: handle long running send message integration tests that emit LettaPing

This commit is contained in:
jnjpng
2025-09-09 16:29:38 -07:00
committed by GitHub
parent 4aa11633af
commit 35f848d27f
2 changed files with 25 additions and 2 deletions

View File

@@ -369,8 +369,10 @@ jobs:
# Feature flags (shared across all test types)
LETTA_ENABLE_BATCH_JOB_POLLING: true
LETTA_GEMINI_FORCE_MINIMUM_THINKING_BUDGET: true
LETTA_GEMINI_MAX_RETRIES: 10
# Gemini flags
GEMINI_FORCE_MINIMUM_THINKING_BUDGET: true
GEMINI_MAX_RETRIES: 10
# Pinecone flags
LETTA_PINECONE_API_KEY: ${{ secrets.LETTA_PINECONE_API_KEY }}