2 references to TimeoutAfter
dotnet-watch.Tests (2)
FileWatcher\FileWatcherTests.cs (2)
69await (Debugger.IsAttached ? task : task.TimeoutAfter(DefaultTimeout)); 367await Assert.ThrowsAsync<TimeoutException>(() => changedEv.Task.TimeoutAfter(NegativeTimeout));