Comments from #2958
lzybkr commented 2 days ago
If I'm reading the logs correctly, the async changes didn't help at all, and most likely are a net negative right now. See these logs:
https://travis-ci.org/PowerShell/PowerShell/jobs/195355364
Notice 10 minutes with no output - so we failed to kill the async test and did not get further results.
Also, I notice the error tests take ~250ms when they should really take about ~1ms or less.
@iSazonov
iSazonov commented 13 hours ago
The same https://travis-ci.org/PowerShell/PowerShell/jobs/195856711
Comments from #2958
@iSazonov