diff options
author | alexv-smirnov <[email protected]> | 2023-01-20 16:21:27 +0300 |
---|---|---|
committer | alexv-smirnov <[email protected]> | 2023-01-20 16:21:27 +0300 |
commit | 5c6ff1d7c6908ac41bcd7b4711c1396809d4b0a8 (patch) | |
tree | 326fd0981273fcc90c73f803bb3d4a4a6b793713 | |
parent | df7433061a88a2ed04c251eacc98e667577613f5 (diff) |
Adjust test split factor
-rw-r--r-- | ydb/core/erasure/ut_perf/CMakeLists.darwin.txt | 9 | ||||
-rw-r--r-- | ydb/core/erasure/ut_perf/CMakeLists.linux-aarch64.txt | 9 | ||||
-rw-r--r-- | ydb/core/erasure/ut_perf/CMakeLists.linux.txt | 9 |
3 files changed, 3 insertions, 24 deletions
diff --git a/ydb/core/erasure/ut_perf/CMakeLists.darwin.txt b/ydb/core/erasure/ut_perf/CMakeLists.darwin.txt index 49ee8e3ceb7..933d54ac43e 100644 --- a/ydb/core/erasure/ut_perf/CMakeLists.darwin.txt +++ b/ydb/core/erasure/ut_perf/CMakeLists.darwin.txt @@ -32,7 +32,7 @@ set_property( ydb-core-erasure-ut_perf PROPERTY SPLIT_FACTOR - 30 + 1 ) add_yunittest( NAME @@ -60,11 +60,4 @@ set_yunittest_property( PROCESSORS 1 ) -set_yunittest_property( - TEST - ydb-core-erasure-ut_perf - PROPERTY - TIMEOUT - 60 -) vcs_info(ydb-core-erasure-ut_perf) diff --git a/ydb/core/erasure/ut_perf/CMakeLists.linux-aarch64.txt b/ydb/core/erasure/ut_perf/CMakeLists.linux-aarch64.txt index fb6e84338d7..b05d7f40875 100644 --- a/ydb/core/erasure/ut_perf/CMakeLists.linux-aarch64.txt +++ b/ydb/core/erasure/ut_perf/CMakeLists.linux-aarch64.txt @@ -37,7 +37,7 @@ set_property( ydb-core-erasure-ut_perf PROPERTY SPLIT_FACTOR - 30 + 1 ) add_yunittest( NAME @@ -65,11 +65,4 @@ set_yunittest_property( PROCESSORS 1 ) -set_yunittest_property( - TEST - ydb-core-erasure-ut_perf - PROPERTY - TIMEOUT - 60 -) vcs_info(ydb-core-erasure-ut_perf) diff --git a/ydb/core/erasure/ut_perf/CMakeLists.linux.txt b/ydb/core/erasure/ut_perf/CMakeLists.linux.txt index 119988ae0b6..9ccffcb3b57 100644 --- a/ydb/core/erasure/ut_perf/CMakeLists.linux.txt +++ b/ydb/core/erasure/ut_perf/CMakeLists.linux.txt @@ -39,7 +39,7 @@ set_property( ydb-core-erasure-ut_perf PROPERTY SPLIT_FACTOR - 30 + 1 ) add_yunittest( NAME @@ -67,11 +67,4 @@ set_yunittest_property( PROCESSORS 1 ) -set_yunittest_property( - TEST - ydb-core-erasure-ut_perf - PROPERTY - TIMEOUT - 60 -) vcs_info(ydb-core-erasure-ut_perf) |