Commit 1013dc8
committed
fix: Use LLAMA_STACK_CLIENT_TIMEOUT for OpenAI client in integration tests
The openai_client fixture had a hardcoded 30-second timeout, while the
integration test runner sets LLAMA_STACK_CLIENT_TIMEOUT=300. The
LlamaStackClient respected this env var but the OpenAI client did not,
causing timeouts when Ollama takes longer than 30 seconds to respond
on GitHub Actions runners.
Signed-off-by: Dan Prince <dprince@redhat.com>1 parent 187d6db commit 1013dc8
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
380 | 385 | | |
381 | 386 | | |
382 | 387 | | |
| |||
0 commit comments