Increase timeout

\n\nCommit migrated from 5f1204a960
This commit is contained in:
Ryan Nowak 2018-12-03 12:59:56 -08:00
parent f2bc93d0f6
commit c9f0acd5fd
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
ProcessStartInfo processStartInfo,
TimeSpan? timeout = null)
{
timeout = timeout ?? TimeSpan.FromSeconds(120);
timeout = timeout ?? TimeSpan.FromSeconds(5 * 60);
var process = new Process()
{