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