Skip to content
代码片段 群组 项目
未验证 提交 69ec50bf 编辑于 作者: Pranav K's avatar Pranav K 提交者: GitHub
浏览文件

Increase test timeouts (#23868)

上级 8ed59a4e
No related branches found
No related tags found
无相关合并请求
...@@ -125,7 +125,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests ...@@ -125,7 +125,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
ProcessStartInfo processStartInfo, ProcessStartInfo processStartInfo,
TimeSpan? timeout = null) TimeSpan? timeout = null)
{ {
timeout = timeout ?? TimeSpan.FromSeconds(5 * 60); timeout = timeout ?? TimeSpan.FromSeconds(8 * 60);
var process = new Process() var process = new Process()
{ {
......
...@@ -51,7 +51,7 @@ namespace Microsoft.AspNetCore.E2ETesting ...@@ -51,7 +51,7 @@ namespace Microsoft.AspNetCore.E2ETesting
} }
} }
public int DefaultWaitTimeoutInSeconds { get; set; } = 3; public int DefaultWaitTimeoutInSeconds { get; set; } = 15;
public string ScreenShotsPath { get; set; } public string ScreenShotsPath { get; set; }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册