diff options
author | gvit <gvit@ydb.tech> | 2023-09-29 19:52:47 +0300 |
---|---|---|
committer | gvit <gvit@ydb.tech> | 2023-09-29 22:08:01 +0300 |
commit | afaa0c68804284c5945d9df10466885a8174debc (patch) | |
tree | 09359b278dcf06b02cafd52f18579c088976c0a6 | |
parent | dd76cd176133c6793661e1cec1f9b68d95ab60ca (diff) | |
download | ydb-afaa0c68804284c5945d9df10466885a8174debc.tar.gz |
Change "ya.make"
5 files changed, 15 insertions, 19 deletions
diff --git a/ydb/core/persqueue/ut/slow/CMakeLists.darwin-x86_64.txt b/ydb/core/persqueue/ut/slow/CMakeLists.darwin-x86_64.txt index ce37c4f8e0e..f4c8fe46901 100644 --- a/ydb/core/persqueue/ut/slow/CMakeLists.darwin-x86_64.txt +++ b/ydb/core/persqueue/ut/slow/CMakeLists.darwin-x86_64.txt @@ -41,7 +41,7 @@ set_property( ydb-core-persqueue-ut-slow PROPERTY SPLIT_FACTOR - 20 + 5 ) add_yunittest( NAME @@ -60,7 +60,7 @@ set_yunittest_property( ydb-core-persqueue-ut-slow PROPERTY LABELS - LARGE + MEDIUM ) set_yunittest_property( TEST @@ -74,7 +74,7 @@ set_yunittest_property( ydb-core-persqueue-ut-slow PROPERTY TIMEOUT - 3600 + 600 ) target_allocator(ydb-core-persqueue-ut-slow system_allocator diff --git a/ydb/core/persqueue/ut/slow/CMakeLists.linux-aarch64.txt b/ydb/core/persqueue/ut/slow/CMakeLists.linux-aarch64.txt index 786137b815d..61af201f3f0 100644 --- a/ydb/core/persqueue/ut/slow/CMakeLists.linux-aarch64.txt +++ b/ydb/core/persqueue/ut/slow/CMakeLists.linux-aarch64.txt @@ -44,7 +44,7 @@ set_property( ydb-core-persqueue-ut-slow PROPERTY SPLIT_FACTOR - 20 + 5 ) add_yunittest( NAME @@ -63,7 +63,7 @@ set_yunittest_property( ydb-core-persqueue-ut-slow PROPERTY LABELS - LARGE + MEDIUM ) set_yunittest_property( TEST @@ -77,7 +77,7 @@ set_yunittest_property( ydb-core-persqueue-ut-slow PROPERTY TIMEOUT - 3600 + 600 ) target_allocator(ydb-core-persqueue-ut-slow cpp-malloc-jemalloc diff --git a/ydb/core/persqueue/ut/slow/CMakeLists.linux-x86_64.txt b/ydb/core/persqueue/ut/slow/CMakeLists.linux-x86_64.txt index 537636e2e62..00505047721 100644 --- a/ydb/core/persqueue/ut/slow/CMakeLists.linux-x86_64.txt +++ b/ydb/core/persqueue/ut/slow/CMakeLists.linux-x86_64.txt @@ -45,7 +45,7 @@ set_property( ydb-core-persqueue-ut-slow PROPERTY SPLIT_FACTOR - 20 + 5 ) add_yunittest( NAME @@ -64,7 +64,7 @@ set_yunittest_property( ydb-core-persqueue-ut-slow PROPERTY LABELS - LARGE + MEDIUM ) set_yunittest_property( TEST @@ -78,7 +78,7 @@ set_yunittest_property( ydb-core-persqueue-ut-slow PROPERTY TIMEOUT - 3600 + 600 ) target_allocator(ydb-core-persqueue-ut-slow cpp-malloc-tcmalloc diff --git a/ydb/core/persqueue/ut/slow/CMakeLists.windows-x86_64.txt b/ydb/core/persqueue/ut/slow/CMakeLists.windows-x86_64.txt index 50fd082b37f..761d09dcaeb 100644 --- a/ydb/core/persqueue/ut/slow/CMakeLists.windows-x86_64.txt +++ b/ydb/core/persqueue/ut/slow/CMakeLists.windows-x86_64.txt @@ -34,7 +34,7 @@ set_property( ydb-core-persqueue-ut-slow PROPERTY SPLIT_FACTOR - 20 + 5 ) add_yunittest( NAME @@ -53,7 +53,7 @@ set_yunittest_property( ydb-core-persqueue-ut-slow PROPERTY LABELS - LARGE + MEDIUM ) set_yunittest_property( TEST @@ -67,7 +67,7 @@ set_yunittest_property( ydb-core-persqueue-ut-slow PROPERTY TIMEOUT - 3600 + 600 ) target_allocator(ydb-core-persqueue-ut-slow system_allocator diff --git a/ydb/core/persqueue/ut/slow/ya.make b/ydb/core/persqueue/ut/slow/ya.make index 071a52f030c..5fd7d35b19b 100644 --- a/ydb/core/persqueue/ut/slow/ya.make +++ b/ydb/core/persqueue/ut/slow/ya.make @@ -2,13 +2,9 @@ UNITTEST_FOR(ydb/core/persqueue) FORK_SUBTESTS() -SPLIT_FACTOR(20) - -SIZE(LARGE) - -TAG(ya:fat) - -TIMEOUT(3600) +SPLIT_FACTOR(5) +SIZE(MEDIUM) +TIMEOUT(600) PEERDIR( library/cpp/getopt |