checkNetworkWithTimeoutForTest method

  1. @visibleForTesting
Future<bool> checkNetworkWithTimeoutForTest()

Test-only seam (BEH-12): run the budget-bounded startup retry loop in isolation. Call computeEffectiveNetworkConfigForTest first so _effectiveProbeTimeoutMs is populated as in production.

Implementation

@visibleForTesting
Future<bool> checkNetworkWithTimeoutForTest() => _checkNetworkWithTimeout();