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 8ed59a4 commit 69ec50bCopy full SHA for 69ec50b
src/Razor/Microsoft.NET.Sdk.Razor/integrationtests/MSBuildProcessManager.cs
@@ -125,7 +125,7 @@ internal static Task<ProcessResult> RunProcessCoreAsync(
125
ProcessStartInfo processStartInfo,
126
TimeSpan? timeout = null)
127
{
128
- timeout = timeout ?? TimeSpan.FromSeconds(5 * 60);
+ timeout = timeout ?? TimeSpan.FromSeconds(8 * 60);
129
130
var process = new Process()
131
src/Shared/E2ETesting/E2ETestOptions.cs
@@ -51,7 +51,7 @@ static E2ETestOptions()
51
}
52
53
54
- public int DefaultWaitTimeoutInSeconds { get; set; } = 3;
+ public int DefaultWaitTimeoutInSeconds { get; set; } = 15;
55
56
public string ScreenShotsPath { get; set; }
57
0 commit comments