diff options
author | Vitalii Gridnev <gridnevvvit@gmail.com> | 2024-02-27 13:16:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 13:16:34 +0300 |
commit | 999109044851a17c6d755322bb6afd1b2d80ee2b (patch) | |
tree | 6e7d69993ba10a22afc3d8dcf72eacdbd595904e | |
parent | 156670e579358faf9523ae6610d202211744d25c (diff) | |
download | ydb-999109044851a17c6d755322bb6afd1b2d80ee2b.tar.gz |
change large serializable test configuration (#2244)
-rw-r--r-- | ydb/tests/functional/large_serializable/test_serializable.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/tests/functional/large_serializable/test_serializable.py b/ydb/tests/functional/large_serializable/test_serializable.py index 6ba110f15f2..5f7008a26ec 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=30', - '--processes=3' + '--iterations=25', + '--processes=2' ], stderr=sys.stderr, wait=True, |