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:
commit
6b4e03db1b
|
|
@ -51,7 +51,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
|
||||||
ProcessStartInfo processStartInfo,
|
ProcessStartInfo processStartInfo,
|
||||||
TimeSpan? timeout = null)
|
TimeSpan? timeout = null)
|
||||||
{
|
{
|
||||||
timeout = timeout ?? TimeSpan.FromSeconds(120);
|
timeout = timeout ?? TimeSpan.FromSeconds(5 * 60);
|
||||||
|
|
||||||
var process = new Process()
|
var process = new Process()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue