Skip to content

Commit 2ab9c63

Browse files
chore(ci): bump seed-ws2 task budget to 45min for cold WS2 Livy starts
The orchestrator was killing the WS2 cross-workspace seed at the 25 min wall-clock cap before the adapter's session-start retry loop could complete. With session_start_timeout=600s and connect_retries=3, the worst-case budget is ~4 × 600s = 2400s; bump TimeoutInMinutes 25 → 45 so the existing retry logic can ride out cold-start windows on WS2. Healthy-Fabric runs (seed completes in ~5 min) are unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 954a1d7 commit 2ab9c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/test_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tasks:
4545
- Command: uv run python -m tests.functional.orchestrator seed-ws2
4646
Name: Seed cross_ws_fixture into WS2 lakehouse
4747
Group: Provision-Infra
48-
TimeoutInMinutes: 25
48+
TimeoutInMinutes: 45
4949

5050
- Command: uv run python -m tests.functional.orchestrator create-session --schema-mode no_schema --count 4
5151
Name: Create Livy session (no_schema)

0 commit comments

Comments
 (0)