aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxenoxeno <xeno@ydb.tech>2023-02-17 10:42:30 +0300
committerxenoxeno <xeno@ydb.tech>2023-02-17 10:42:30 +0300
commit505105be8da75ec89fc051fa779c86996156b769 (patch)
tree5c6aafc4357498feb9b2c99d937e329ab9506b3e
parentdc78711dc8f05acc50be717e419872fcd17da049 (diff)
downloadydb-505105be8da75ec89fc051fa779c86996156b769.tar.gz
one more attempt to stabilize perf test in different environments
-rw-r--r--ydb/core/mind/hive/hive_impl_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/mind/hive/hive_impl_ut.cpp b/ydb/core/mind/hive/hive_impl_ut.cpp
index 9ffcf41089..2784c6b5a3 100644
--- a/ydb/core/mind/hive/hive_impl_ut.cpp
+++ b/ydb/core/mind/hive/hive_impl_ut.cpp
@@ -84,7 +84,7 @@ Y_UNIT_TEST_SUITE(THiveImplTest) {
#ifndef NDEBUG
UNIT_ASSERT(passed < 10 * BASE_PERF);
#else
- UNIT_ASSERT(passed < 1 * BASE_PERF);
+ UNIT_ASSERT(passed < 2 * BASE_PERF);
#endif
#endif