kResumeWatchdog top-level constant
Watchdog window after a resume: if no progress/terminal event arrives within this, the task is presumed silently dead (#355) and the stream is closed.
Implementation
@visibleForTesting
const Duration kResumeWatchdog = Duration(seconds: 90);