Skip to main content

OBSERVATION_BOUND

Constant OBSERVATION_BOUND 

Source
pub const OBSERVATION_BOUND: Duration;
Expand description

How long RealtimePeer::observe waits before reporting that it saw nothing.

A bound on failure: how long the fixture waits before concluding the observation is not coming. It orders nothing — every wait in this module completes on the record changing, and this only stops a broken peer from hanging a suite until CI’s own timeout kills it.