pub const STALL: Duration;Expand description
How long a watched command may produce nothing before it is declared stuck.
Generous on purpose: with several test threads, other tests keep completing even while one is slow, so real silence this long means nothing is progressing. The hang this exists for was silent for eleven minutes.