Skip to content

Commit

Permalink
Lower sqs tests reqs (#6777)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Jul 17, 2024
1 parent c172aa1 commit 02f9150
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions ydb/tests/functional/sqs/cloud/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ IF (SANITIZER_TYPE == "thread")
)
ELSE()
REQUIREMENTS(
cpu:4
ram:32
cpu:2
ram:16
)
TIMEOUT(600)
SIZE(MEDIUM)
Expand Down
4 changes: 2 additions & 2 deletions ydb/tests/functional/sqs/common/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ IF (SANITIZER_TYPE == "thread")
)
ELSE()
REQUIREMENTS(
cpu:4
ram:32
cpu:2
ram:16
)
TIMEOUT(600)
SIZE(MEDIUM)
Expand Down
4 changes: 2 additions & 2 deletions ydb/tests/functional/sqs/large/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ IF (SANITIZER_TYPE == "thread")
)
ELSE()
REQUIREMENTS(
cpu:4
ram:32
cpu:2
ram:16
)
TIMEOUT(600)
SIZE(MEDIUM)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ IF (SANITIZER_TYPE == "thread")
)
ELSE()
REQUIREMENTS(
cpu:4
ram:32
cpu:2
ram:16
)
TIMEOUT(600)
SIZE(MEDIUM)
Expand Down
4 changes: 2 additions & 2 deletions ydb/tests/functional/sqs/merge_split_common_table/std/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ELSE()
ENDIF()

REQUIREMENTS(
cpu:4
ram:32
cpu:2
ram:16
)

DEPENDS(
Expand Down
4 changes: 2 additions & 2 deletions ydb/tests/functional/sqs/messaging/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ IF (SANITIZER_TYPE == "thread")
)
ELSE()
REQUIREMENTS(
cpu:4
ram:32
cpu:2
ram:16
)
TIMEOUT(600)
SIZE(MEDIUM)
Expand Down
4 changes: 2 additions & 2 deletions ydb/tests/functional/sqs/multinode/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ELSE()
ENDIF()

REQUIREMENTS(
cpu:4
ram:32
cpu:2
ram:16
)

DEPENDS(
Expand Down
4 changes: 2 additions & 2 deletions ydb/tests/functional/sqs/with_quotas/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ IF (SANITIZER_TYPE == "thread")
)
ELSE()
REQUIREMENTS(
cpu:4
ram:32
cpu:2
ram:16
)
TIMEOUT(600)
SIZE(MEDIUM)
Expand Down

0 comments on commit 02f9150

Please sign in to comment.