From e189edcd27604978f693b3f63ddc43ed01283ee3 Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Tue, 23 Jul 2019 15:01:38 -0700 Subject: [PATCH] Increase timeout in attempt to fix test flakiness (dotnet/aspnetcore-tooling#867) \n\nCommit migrated from https://github.com/dotnet/aspnetcore-tooling/commit/6383999d6a09d292b3108a58126cf31f1fc404c2 --- .../test/IntegrationTests/BuildServerTestFixtureBase.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/BuildServerTestFixtureBase.cs b/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/BuildServerTestFixtureBase.cs index 5275d96e89..69440c6bee 100644 --- a/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/BuildServerTestFixtureBase.cs +++ b/src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/BuildServerTestFixtureBase.cs @@ -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) {