diff options
author | shumkovnd <shumkovnd@yandex-team.com> | 2023-07-26 01:33:48 +0300 |
---|---|---|
committer | root <root@qavm-2ed34686.qemu> | 2023-07-26 01:33:48 +0300 |
commit | fe143dbcf07c20ee054eb5ca1c3a983bf95f437c (patch) | |
tree | 598648c356080ddda7e73456c9ca1f53ae177c62 | |
parent | e8b6f56f820667a164e7dd7d6e6bc9abe9d50107 (diff) | |
download | ydb-fe143dbcf07c20ee054eb5ca1c3a983bf95f437c.tar.gz |
Increase ram requirements for another tests
-rw-r--r-- | ydb/tests/functional/limits/ya.make | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ydb/tests/functional/limits/ya.make b/ydb/tests/functional/limits/ya.make index 70be6e633e..185303a0c4 100644 --- a/ydb/tests/functional/limits/ya.make +++ b/ydb/tests/functional/limits/ya.make @@ -5,6 +5,10 @@ TEST_SRCS( test_schemeshard_limits.py ) +REQUIREMENTS( + ram:16 +) + TIMEOUT(600) SIZE(MEDIUM) |