diff options
author | gvit <gvit@ydb.tech> | 2023-07-21 23:55:08 +0300 |
---|---|---|
committer | gvit <gvit@ydb.tech> | 2023-07-21 23:55:08 +0300 |
commit | e02a6f609263e985dd9e7d9df34b1c915ea31ec6 (patch) | |
tree | c9dd95308904ae4d496315dfda5089bcba6d558e | |
parent | ce9c3e6fca8f71af035fa93e28a0c57074dedf9e (diff) | |
download | ydb-e02a6f609263e985dd9e7d9df34b1c915ea31ec6.tar.gz |
Change "ya.make"
-rw-r--r-- | ydb/tests/functional/large_serializable/test_serializable.py | 4 | ||||
-rw-r--r-- | ydb/tests/functional/large_serializable/ya.make | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ydb/tests/functional/large_serializable/test_serializable.py b/ydb/tests/functional/large_serializable/test_serializable.py index 3a275a7a3e9..6ba110f15f2 100644 --- a/ydb/tests/functional/large_serializable/test_serializable.py +++ b/ydb/tests/functional/large_serializable/test_serializable.py @@ -24,8 +24,8 @@ class Test(object): '--endpoint=localhost:%d' % self.cluster.nodes[1].grpc_port, '--database=/Root', '--output-path=%s' % yatest_common.output_path(), - '--iterations=100', - '--processes=5' + '--iterations=30', + '--processes=3' ], stderr=sys.stderr, wait=True, diff --git a/ydb/tests/functional/large_serializable/ya.make b/ydb/tests/functional/large_serializable/ya.make index 6ee57d21963..fd53f0215b2 100644 --- a/ydb/tests/functional/large_serializable/ya.make +++ b/ydb/tests/functional/large_serializable/ya.make @@ -13,9 +13,8 @@ REQUIREMENTS( ram:32 ) -TIMEOUT(3600) -SIZE(LARGE) -TAG(ya:fat) +TIMEOUT(600) +SIZE(MEDIUM) DEPENDS( ydb/tests/tools/ydb_serializable |