File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 LANGFUSE_BASE_URL : " http://localhost:3000"
9999 LANGFUSE_PUBLIC_KEY : " pk-lf-1234567890"
100100 LANGFUSE_SECRET_KEY : " sk-lf-1234567890"
101- LANGFUSE_E2E_READ_TIMEOUT_SECONDS : " 30 "
101+ LANGFUSE_E2E_READ_TIMEOUT_SECONDS : " 60 "
102102 LANGFUSE_E2E_READ_INTERVAL_SECONDS : " 0.5"
103103 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
104104 # SERPAPI_API_KEY: ${{ secrets.SERPAPI_API_KEY }}
@@ -198,7 +198,7 @@ jobs:
198198 - name : Run the end-to-end tests
199199 run : |
200200 uv run --frozen python --version
201- uv run --frozen pytest -n 4 --dist loadfile -s -v --log-cli-level=INFO tests/e2e
201+ uv run --frozen pytest -n 2 --dist loadfile -s -v --log-cli-level=INFO tests/e2e
202202
203203 all-tests-passed :
204204 # This allows us to have a branch protection rule for tests and deploys with matrix
You can’t perform that action at this time.
0 commit comments