We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 383d2b0 + d48ac80 commit 4fa0dbeCopy full SHA for 4fa0dbe
src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/MSBuildProcessManager.cs
@@ -51,7 +51,7 @@ internal static Task<ProcessResult> RunProcessCoreAsync(
51
ProcessStartInfo processStartInfo,
52
TimeSpan? timeout = null)
53
{
54
- timeout = timeout ?? TimeSpan.FromSeconds(120);
+ timeout = timeout ?? TimeSpan.FromSeconds(5 * 60);
55
56
var process = new Process()
57
0 commit comments