defaultMarkerStaleAfter top-level constant

Duration const defaultMarkerStaleAfter

How long a suite's marker is trusted before the suite is presumed gone.

A day, against test runs measured in minutes. A marker younger than this protects what it claims unconditionally — no age or connection check can tell a suite sitting between two connections from an abandoned one, which is why the marker exists. Older than this and the suite is not coming back.

Implementation

const Duration defaultMarkerStaleAfter = Duration(hours: 24);