Skip to content

Commit e9d32ae

Browse files
authored
Merge 83c74f1 into bae9923
2 parents bae9923 + 83c74f1 commit e9d32ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/tests/functional/large_serializable/test_serializable.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def test(self):
2424
'--endpoint=localhost:%d' % self.cluster.nodes[1].grpc_port,
2525
'--database=/Root',
2626
'--output-path=%s' % yatest_common.output_path(),
27-
'--iterations=30',
28-
'--processes=3'
27+
'--iterations=25',
28+
'--processes=2'
2929
],
3030
stderr=sys.stderr,
3131
wait=True,

0 commit comments

Comments
 (0)