Skip to content

Commit

Permalink
удлиняем шлонг контент интегрейшен тестов
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn committed Jan 30, 2025
1 parent f13f9a3 commit 1e20f64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Content.IntegrationTests/PoolManagerTestEventHandler.cs
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 1e20f64

Please sign in to comment.