From 1e20f648975c7758135aed4467ac39fe313975e3 Mon Sep 17 00:00:00 2001 From: Eugeny Date: Thu, 30 Jan 2025 22:32:10 +0400 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=BB=D0=B8=D0=BD=D1=8F=D0=B5?= =?UTF-8?q?=D0=BC=20=D1=88=D0=BB=D0=BE=D0=BD=D0=B3=20=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D1=82=D0=B5=D0=BD=D1=82=20=D0=B8=D0=BD=D1=82=D0=B5=D0=B3=D1=80?= =?UTF-8?q?=D0=B5=D0=B9=D1=88=D0=B5=D0=BD=20=D1=82=D0=B5=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.IntegrationTests/PoolManagerTestEventHandler.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.IntegrationTests/PoolManagerTestEventHandler.cs b/Content.IntegrationTests/PoolManagerTestEventHandler.cs index be4c746a60a..52159f4d574 100644 --- a/Content.IntegrationTests/PoolManagerTestEventHandler.cs +++ b/Content.IntegrationTests/PoolManagerTestEventHandler.cs @@ -1,11 +1,11 @@ -namespace Content.IntegrationTests; +namespace Content.IntegrationTests; [SetUpFixture] public sealed class PoolManagerTestEventHandler { // This value is completely arbitrary. - private static TimeSpan MaximumTotalTestingTimeLimit => TimeSpan.FromMinutes(20); - private static TimeSpan HardStopTimeLimit => MaximumTotalTestingTimeLimit.Add(TimeSpan.FromMinutes(1)); + private static TimeSpan MaximumTotalTestingTimeLimit => TimeSpan.FromMinutes(60); // ADT-Tweak - увеличили с 20 до 60 минут + private static TimeSpan HardStopTimeLimit => MaximumTotalTestingTimeLimit.Add(TimeSpan.FromMinutes(5)); // ADT-Tweak - увеличили с 1 до 5 минут [OneTimeSetUp] public void Setup()