trustgraph/tests/unit/test_bootstrap
tjcollinsku 9609999e4f feat: make bootstrapper initialiser timeouts configurable
DefaultFlowStart and WorkspaceInit hardcoded the request timeouts for
their flow-svc and IAM calls, leaving operators no way to tune them for
high-latency environments (#874).

Expose them as constructor parameters threaded through the existing
initialiser `params:` mechanism, defaulting to the current values so
behaviour is unchanged unless explicitly overridden:

- DefaultFlowStart: list_timeout=10 (list-flows), start_timeout=30 (start-flow)
- WorkspaceInit: iam_timeout=10 (create-workspace)

Add unit tests for the defaults, override storage, and that configured
values reach the underlying request calls.
2026-06-24 22:12:13 -04:00
..
test_default_flow_start.py feat: make bootstrapper initialiser timeouts configurable 2026-06-24 22:12:13 -04:00
test_workspace_init.py feat: make bootstrapper initialiser timeouts configurable 2026-06-24 22:12:13 -04:00