Increase timeout in attempt to fix test flakiness (dotnet/aspnetcore-tooling#867)

\n\nCommit migrated from 6383999d6a
This commit is contained in:
Ajay Bhargav Baaskaran 2019-07-23 15:01:38 -07:00 committed by GitHub
parent c9ed74d84a
commit e189edcd27
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
{
public abstract class BuildServerTestFixtureBase : IDisposable
{
private static readonly TimeSpan _defaultShutdownTimeout = TimeSpan.FromSeconds(60);
private static readonly TimeSpan _defaultShutdownTimeout = TimeSpan.FromSeconds(120);
protected BuildServerTestFixtureBase(string pipeName)
{