mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The PowerShell host used to sleep for a fixed 300 s, so any run in which the process walks got slow (as happened on a starved CI runner) lost the host mid-fixture and failed the remaining tests for the wrong reason. Waiting on the test host's PID makes the fixture independent of wall clock and also guarantees the host disappears with the test host even if the teardown never runs. Assisted-by: Claude:claude-fable-5:Claude Codepull/4036/head
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue