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.
1 parent ea058e2 commit d48ac80Copy full SHA for d48ac80
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