diff options
author | andrew-rykov <arykov@ydb.tech> | 2023-06-16 17:14:47 +0300 |
---|---|---|
committer | andrew-rykov <arykov@ydb.tech> | 2023-06-16 17:14:47 +0300 |
commit | 96575f782f7c9e4f910523f40f68d5275558cb0d (patch) | |
tree | 31b7ec39bdb1742989041702b23c2f3bcc174270 | |
parent | 347ab632350e6336b7214cc6ce950f95ecffb105 (diff) | |
download | ydb-96575f782f7c9e4f910523f40f68d5275558cb0d.tar.gz |
tenantinfo handler test failed
-rw-r--r-- | ydb/core/viewer/viewer_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/viewer/viewer_ut.cpp b/ydb/core/viewer/viewer_ut.cpp index 7541ee3be5..cb2e13a89e 100644 --- a/ydb/core/viewer/viewer_ut.cpp +++ b/ydb/core/viewer/viewer_ut.cpp @@ -431,6 +431,6 @@ Y_UNIT_TEST_SUITE(Viewer) { Ctest << "Request timer = " << timer.Passed() << Endl; Ctest << "BASE_PERF = " << BASE_PERF << Endl; - UNIT_ASSERT_LT(timer.Passed(), BASE_PERF); + UNIT_ASSERT_LT(timer.Passed(), 10 * BASE_PERF); } } |