diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-10-30 13:06:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 13:06:30 +0300 |
commit | a4e01cfe8e7d4fd851aa203ea0b8c207ed4f32e5 (patch) | |
tree | ddb9d4e097874a1d5ee0f7cee166c154cb08f1b4 | |
parent | f1d35f30f2b0318eae29cfd13e18578657e7769b (diff) | |
download | ydb-a4e01cfe8e7d4fd851aa203ea0b8c207ed4f32e5.tar.gz |
Mark core/health_check as MEDIUM test (because asan timing out) (#11072)
-rw-r--r-- | ydb/core/health_check/ut/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/health_check/ut/ya.make b/ydb/core/health_check/ut/ya.make index 84c864a2c3..d9fe4dd39a 100644 --- a/ydb/core/health_check/ut/ya.make +++ b/ydb/core/health_check/ut/ya.make @@ -2,7 +2,7 @@ UNITTEST_FOR(ydb/core/health_check) FORK_SUBTESTS() -SIZE(SMALL) +SIZE(MEDIUM) PEERDIR( ydb/core/testlib/default |