diff options
author | gvit <gvit@ydb.tech> | 2023-10-07 02:58:26 +0300 |
---|---|---|
committer | gvit <gvit@ydb.tech> | 2023-10-07 03:13:05 +0300 |
commit | fc885a4d77709c6553ef734511287905b89004c2 (patch) | |
tree | 7256ca4eea378bd9b5205dc41ab2c663d674e6b1 | |
parent | a88c2f4d4d4d81fc52cfe6f6896fb8a3f79a248d (diff) | |
download | ydb-fc885a4d77709c6553ef734511287905b89004c2.tar.gz |
Change "ya.make"
5 files changed, 6 insertions, 5 deletions
diff --git a/ydb/core/mind/bscontroller/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/mind/bscontroller/ut/CMakeLists.darwin-x86_64.txt index 06d41045e82..3b70ec674ff 100644 --- a/ydb/core/mind/bscontroller/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut/CMakeLists.darwin-x86_64.txt @@ -37,7 +37,7 @@ set_property( ydb-core-mind-bscontroller-ut PROPERTY SPLIT_FACTOR - 10 + 30 ) add_yunittest( NAME diff --git a/ydb/core/mind/bscontroller/ut/CMakeLists.linux-aarch64.txt b/ydb/core/mind/bscontroller/ut/CMakeLists.linux-aarch64.txt index f6b21105899..93dd6278052 100644 --- a/ydb/core/mind/bscontroller/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/mind/bscontroller/ut/CMakeLists.linux-aarch64.txt @@ -40,7 +40,7 @@ set_property( ydb-core-mind-bscontroller-ut PROPERTY SPLIT_FACTOR - 10 + 30 ) add_yunittest( NAME diff --git a/ydb/core/mind/bscontroller/ut/CMakeLists.linux-x86_64.txt b/ydb/core/mind/bscontroller/ut/CMakeLists.linux-x86_64.txt index b77638d55c5..a5c70914816 100644 --- a/ydb/core/mind/bscontroller/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut/CMakeLists.linux-x86_64.txt @@ -41,7 +41,7 @@ set_property( ydb-core-mind-bscontroller-ut PROPERTY SPLIT_FACTOR - 10 + 30 ) add_yunittest( NAME diff --git a/ydb/core/mind/bscontroller/ut/CMakeLists.windows-x86_64.txt b/ydb/core/mind/bscontroller/ut/CMakeLists.windows-x86_64.txt index 590bbf2e838..260a0215b05 100644 --- a/ydb/core/mind/bscontroller/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/core/mind/bscontroller/ut/CMakeLists.windows-x86_64.txt @@ -30,7 +30,7 @@ set_property( ydb-core-mind-bscontroller-ut PROPERTY SPLIT_FACTOR - 10 + 30 ) add_yunittest( NAME diff --git a/ydb/core/mind/bscontroller/ut/ya.make b/ydb/core/mind/bscontroller/ut/ya.make index 8aee4b7b252..796396143bc 100644 --- a/ydb/core/mind/bscontroller/ut/ya.make +++ b/ydb/core/mind/bscontroller/ut/ya.make @@ -7,8 +7,9 @@ SRCS( ) FORK_SUBTESTS() +SPLIT_FACTOR(30) -IF (SANITIZER_TYPE OR WITH_VALGRIND) +IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND) TIMEOUT(2400) SIZE(LARGE) TAG(ya:fat) |