bodyOrphanTimeoutForTesting property

  1. @visibleForTesting
Duration get bodyOrphanTimeoutForTesting

Test-only orphan timeout. Restore with resetBodyOrphanTimeoutForTesting.

Implementation

@visibleForTesting
static Duration get bodyOrphanTimeoutForTesting => _bodyOrphanTimeout;
  1. @visibleForTesting
set bodyOrphanTimeoutForTesting (Duration value)

Implementation

@visibleForTesting
static set bodyOrphanTimeoutForTesting(Duration value) {
  _bodyOrphanTimeout = value;
}