diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-01-20 14:09:30 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-01-20 14:09:30 +0300 |
commit | b6cea35840afb1e5f170db886c0706d27b79bae2 (patch) | |
tree | 36a761f8648420b8d1fea13c66e3b424eb4b40a4 | |
parent | 13f0a675b5ef85cd5d639f1c6e0a04bc68f87db3 (diff) | |
download | ydb-b6cea35840afb1e5f170db886c0706d27b79bae2.tar.gz |
Adjust test size
-rw-r--r-- | ydb/core/io_formats/ut/CMakeLists.darwin.txt | 11 | ||||
-rw-r--r-- | ydb/core/io_formats/ut/CMakeLists.linux-aarch64.txt | 11 | ||||
-rw-r--r-- | ydb/core/io_formats/ut/CMakeLists.linux.txt | 11 |
3 files changed, 6 insertions, 27 deletions
diff --git a/ydb/core/io_formats/ut/CMakeLists.darwin.txt b/ydb/core/io_formats/ut/CMakeLists.darwin.txt index 459ce82d8e..45358c05d2 100644 --- a/ydb/core/io_formats/ut/CMakeLists.darwin.txt +++ b/ydb/core/io_formats/ut/CMakeLists.darwin.txt @@ -39,7 +39,7 @@ set_property( ydb-core-io_formats-ut PROPERTY SPLIT_FACTOR - 60 + 1 ) add_yunittest( NAME @@ -58,7 +58,7 @@ set_yunittest_property( ydb-core-io_formats-ut PROPERTY LABELS - MEDIUM + SMALL ) set_yunittest_property( TEST @@ -67,11 +67,4 @@ set_yunittest_property( PROCESSORS 1 ) -set_yunittest_property( - TEST - ydb-core-io_formats-ut - PROPERTY - TIMEOUT - 600 -) vcs_info(ydb-core-io_formats-ut) diff --git a/ydb/core/io_formats/ut/CMakeLists.linux-aarch64.txt b/ydb/core/io_formats/ut/CMakeLists.linux-aarch64.txt index cc9bf44056..59bca443b6 100644 --- a/ydb/core/io_formats/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/core/io_formats/ut/CMakeLists.linux-aarch64.txt @@ -42,7 +42,7 @@ set_property( ydb-core-io_formats-ut PROPERTY SPLIT_FACTOR - 60 + 1 ) add_yunittest( NAME @@ -61,7 +61,7 @@ set_yunittest_property( ydb-core-io_formats-ut PROPERTY LABELS - MEDIUM + SMALL ) set_yunittest_property( TEST @@ -70,11 +70,4 @@ set_yunittest_property( PROCESSORS 1 ) -set_yunittest_property( - TEST - ydb-core-io_formats-ut - PROPERTY - TIMEOUT - 600 -) vcs_info(ydb-core-io_formats-ut) diff --git a/ydb/core/io_formats/ut/CMakeLists.linux.txt b/ydb/core/io_formats/ut/CMakeLists.linux.txt index 1acd6a72d1..829ec1d188 100644 --- a/ydb/core/io_formats/ut/CMakeLists.linux.txt +++ b/ydb/core/io_formats/ut/CMakeLists.linux.txt @@ -44,7 +44,7 @@ set_property( ydb-core-io_formats-ut PROPERTY SPLIT_FACTOR - 60 + 1 ) add_yunittest( NAME @@ -63,7 +63,7 @@ set_yunittest_property( ydb-core-io_formats-ut PROPERTY LABELS - MEDIUM + SMALL ) set_yunittest_property( TEST @@ -72,11 +72,4 @@ set_yunittest_property( PROCESSORS 1 ) -set_yunittest_property( - TEST - ydb-core-io_formats-ut - PROPERTY - TIMEOUT - 600 -) vcs_info(ydb-core-io_formats-ut) |