Skip to content

Commit 78395e7

Browse files
committed
reduce e2e ci load
1 parent 3c3b264 commit 78395e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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

0 commit comments

Comments
 (0)