You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(shell): add 10s/30s kill-on-timeout to ShellRunner.Run/RunPowerShell
Prevents auditpol.exe and other system tools from hanging the test host
indefinitely on Intune/corporate machines. Process tree is killed after
the timeout and (-1, string.Empty, 'timeout') is returned.
Also removes [Fact(Skip=...)] from ToolVersionChecker_CheckAll_ReturnsResults:
test gracefully handles missing tools (returns IsInstalled=false per tool)
and passes on CI without any tools installed. Timeout raised 10s->60s.
Total: 7,479 tweaks, 3,231 tests (0 failures, 0 skipped)
0 commit comments