提交 bb21c069 编写于 作者: S Sam Harwell

Add a hang mitigating timeout to WaitForBuildToFinish

See #33597

(cherry picked from commit de8e5531)
上级 ba7cb2c7
......@@ -662,7 +662,7 @@ private void WaitForBuildToFinish(EnvDTE.OutputWindowPane buildOutputWindowPane)
solutionEvents.OnUpdateSolutionDone += @event;
try
{
semaphore.Wait();
semaphore.Wait(Helper.HangMitigatingTimeout);
}
finally
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册