parent
f2bc93d0f6
commit
c9f0acd5fd
|
|
@ -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