diff options
-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) |