Tests will run very slowly, with a complete run taking 40 minutes in one instance and (consistent) apparently "hanging"
Appears related to output redirection (same was observed on macOS, Linux before I turned off output redirection).
Same result with howl test . and dotnet test.
Tests that do not invoke dotnet are probably not affected.
Not observed in CI, perhaps a side effect of calling tests via gitbash?
Tests will run very slowly, with a complete run taking 40 minutes in one instance and (consistent) apparently "hanging" Appears related to output redirection (same was observed on macOS, Linux before I turned off output redirection).
Same result with
howl test .
anddotnet test
. Tests that do not invokedotnet
are probably not affected. Not observed in CI, perhaps a side effect of calling tests via gitbash?