bodyOrphanTimeoutForTesting property
Test-only orphan timeout. Restore with resetBodyOrphanTimeoutForTesting.
Implementation
@visibleForTesting
static Duration get bodyOrphanTimeoutForTesting => _bodyOrphanTimeout;
Implementation
@visibleForTesting
static set bodyOrphanTimeoutForTesting(Duration value) {
_bodyOrphanTimeout = value;
}