Merge pull request dotnet/aspnetcore-tooling#2 from aspnet/rynowak/workaround-publishing

Attempt to work around dotnet/arcadedotnet/aspnetcore-tooling#1425\n\nCommit migrated from 451f10ab8f
This commit is contained in:
Ryan Nowak 2018-12-03 13:33:46 -08:00 committed by GitHub
commit 6b4e03db1b
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()
{