activationTimeout property

Duration activationTimeout
final

Bound on the whole activation. On timeout/failure boot continues and the failure is reported. Default 8s — a healthy activate() returns near-instantly (it sets up the provider and schedules the token; it does NOT await a network token), so this only fires on a genuine stall.

Implementation

final Duration activationTimeout;