@elysiumoss/ui-capture - v0.3.0
    Preparing search index...

    Variable DEFAULT_PRECONDITION_TIMEOUT_MSConst

    DEFAULT_PRECONDITION_TIMEOUT_MS: 10000

    Default budget for a state's precondition probe.

    Generous on purpose. The probe runs after goto has settled, but "settled" is a network fact rather than a rendering one: an app that boots a WebGL scene, or hydrates and then fetches, reaches its first meaningful frame seconds later. A probe that gives up first reports the state as not present here — the one outcome that yields a green run with nothing captured. Ten seconds still sits well inside the whole-state budget, so a state that genuinely does not exist here skips cheaply instead of consuming it.

    Lives here rather than in the driver so the config default and the driver's own fallback cannot drift apart.