3 references to WaitForFilesAsync
Aspire.Managed.Tests (3)
TerminalHostSignalTests.cs (3)
48
var readyTask =
WaitForFilesAsync
(socketPaths, TimeSpan.FromSeconds(10));
115
var parentReadyTask =
WaitForFilesAsync
(parentSocketPaths, TimeSpan.FromSeconds(10));
145
var readyTask =
WaitForFilesAsync
(socketPaths, TimeSpan.FromSeconds(20));