We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5543467 commit 01065ffCopy full SHA for 01065ff
src/Shared/Process/ProcessEx.cs
@@ -17,7 +17,7 @@ namespace Microsoft.AspNetCore.Internal
17
{
18
internal class ProcessEx : IDisposable
19
20
- private static readonly TimeSpan DefaultProcessTimeout = TimeSpan.FromMinutes(15);
+ private static readonly TimeSpan DefaultProcessTimeout = TimeSpan.FromHours(5);
21
private static readonly string NUGET_PACKAGES = GetNugetPackagesRestorePath();
22
23
private readonly ITestOutputHelper _output;
0 commit comments