2 references to TimeoutAfter
dotnet-watch.Tests (2)
FileWatcher\FileWatcherTests.cs (2)
341await Assert.ThrowsAsync<TimeoutException>(() => changedEv.Task.TimeoutAfter(NegativeTimeout)); 450await changedEv.Task.TimeoutAfter(DefaultTimeout);