Increase timeout in attempt to fix test flakiness (dotnet/aspnetcore-tooling#867)
\n\nCommit migrated from 6383999d6a
This commit is contained in:
parent
c9ed74d84a
commit
e189edcd27
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue