const SAGA_TIMEOUT: Duration;Expand description
Maximum wall-clock time a saga is allowed to run before the coordinator force-fails it. Tear-off sagas should complete in tens of milliseconds; the budget is generous to absorb SQLite write spikes without flapping in CI.