aspnet / Razor

[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
883 stars 226 forks source link

[Port] Increase timeout for msbuild processes and added better logging #2710

Closed ajaybhargavb closed 5 years ago

ajaybhargavb commented 5 years ago

https://github.com/aspnet/Razor/issues/2645

In some rare cases when there is some network flakiness, msbuild restore takes a little longer than 60 seconds and it was failing a bunch of tests. We already fixed this in 2.2 https://github.com/aspnet/Razor/pull/2576. This is just a port of the exact fix.