/** * Conditional sub-sequences must inherit the parent run's timeout budget. * * executeConditionalFlow used to call executeSteps without stepTimeout or * totalTimeout, so substeps silently fell back to the defaults (30s/5min) no * matter what the caller passed. That only became observable once stepTimeout * was actually enforced - before then both values were being discarded anyway. * * The second test is the one that matters for correctness: the total must be * inherited as the parent's REMAINING budget, or wrapping steps in a * conditional becomes a way to extend it. */ export {}; //# sourceMappingURL=replay-conditional-timeout.test.d.ts.map