summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2026-04-30 13:12:58 +0300
committerrobot-piglet <[email protected]>2026-04-30 13:50:07 +0300
commit371cc8fc670fc10b0a4a27425d09b83c26a0d00e (patch)
treea8095bc6edd23b3fedf61167ac8fe81dfbf2e539 /library/cpp/yt
parent22928e801c94632a382ade8a200145333485d3fa (diff)
Intermediate changes
commit_hash:075da2320aef76c06611fc1f363508ed26ad1a78
Diffstat (limited to 'library/cpp/yt')
-rw-r--r--library/cpp/yt/memory/unittests/free_list_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/memory/unittests/free_list_ut.cpp b/library/cpp/yt/memory/unittests/free_list_ut.cpp
index 371dc6a2da8..64e00942e2e 100644
--- a/library/cpp/yt/memory/unittests/free_list_ut.cpp
+++ b/library/cpp/yt/memory/unittests/free_list_ut.cpp
@@ -219,7 +219,7 @@ void Cleanup(TFreeList<TFreeListItem>* freeList)
TEST(TFreeListTest, ProducerConsumer)
{
auto now = Now();
- auto until = now + std::chrono::seconds(15);
+ auto until = now + std::chrono::seconds(5);
auto freeList = TFreeList<TFreeListItem>();