Skip to content

Commit 62c5a21

Browse files
committed
Other timeout
1 parent 8f23d5a commit 62c5a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Process/ProcessEx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Microsoft.AspNetCore.Internal
1717
{
1818
internal class ProcessEx : IDisposable
1919
{
20-
private static readonly TimeSpan DefaultProcessTimeout = TimeSpan.FromMinutes(15);
20+
private static readonly TimeSpan DefaultProcessTimeout = TimeSpan.FromHours(5);
2121
private static readonly string NUGET_PACKAGES = GetNugetPackagesRestorePath();
2222

2323
private readonly ITestOutputHelper _output;

0 commit comments

Comments
 (0)