Skip to content

Commit d48ac80

Browse files
committed
Increase timeout
1 parent ea058e2 commit d48ac80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/MSBuildProcessManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ internal static Task<ProcessResult> RunProcessCoreAsync(
5151
ProcessStartInfo processStartInfo,
5252
TimeSpan? timeout = null)
5353
{
54-
timeout = timeout ?? TimeSpan.FromSeconds(120);
54+
timeout = timeout ?? TimeSpan.FromSeconds(5 * 60);
5555

5656
var process = new Process()
5757
{

0 commit comments

Comments
 (0)