2 overrides of SuppressTimeouts
dotnet-watch.Tests (1)
TestUtilities\TestBrowserRefreshServer.cs (1)
16protected override bool SuppressTimeouts => true;
Microsoft.DotNet.HotReload.Watch (1)
BrowserRefreshServer.cs (1)
42protected override bool SuppressTimeouts
1 reference to SuppressTimeouts
Microsoft.DotNet.HotReload.Watch (1)
AbstractBrowserRefreshServer.cs (1)
149await Task.Delay(SuppressTimeouts ? TimeSpan.MaxValue : reportDelayInSeconds, progressCancellationSource.Token);