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