1 override of SuppressTimeouts
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
BrowserRefreshServer.cs (1)
42protected override bool SuppressTimeouts
1 reference to SuppressTimeouts
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
AbstractBrowserRefreshServer.cs (1)
152await Task.Delay(SuppressTimeouts ? TimeSpan.MaxValue : reportDelayInSeconds, progressCancellationSource.Token);