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