Skip to content

Commit

Permalink
Add a hang mitigating timeout to WaitForBuildToFinish
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Feb 22, 2019
1 parent f32205e commit de8e553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ private void WaitForBuildToFinish(EnvDTE.OutputWindowPane buildOutputWindowPane)
solutionEvents.OnUpdateSolutionDone += @event;
try
{
semaphore.Wait();
semaphore.Wait(Helper.HangMitigatingTimeout);
}
finally
{
Expand Down

0 comments on commit de8e553

Please sign in to comment.