1 write to _serverTask
Infrastructure.Tests (1)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
537
_serverTask
= Task.Run(() => RunAsync(_cts.Token));
1 reference to _serverTask
Infrastructure.Tests (1)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
683
try {
_serverTask
?.Wait(TimeSpan.FromSeconds(2)); } catch { }