Skip to content

Commit c70cf1c

Browse files
authored
increase test size for tests, that timeout with sanitizer (#29483)
1 parent 2bd1349 commit c70cf1c

File tree

1 file changed

+6
-1
lines changed
  • ydb/tests/stress/reconfig_state_storage_workload/tests

1 file changed

+6
-1
lines changed

ydb/tests/stress/reconfig_state_storage_workload/tests/ya.make

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ TEST_SRCS(
1111

1212
REQUIREMENTS(ram:32 cpu:4)
1313

14-
SIZE(MEDIUM)
14+
IF (SANITIZER_TYPE OR WITH_VALGRIND)
15+
SIZE(LARGE)
16+
TAG(ya:fat)
17+
ELSE()
18+
SIZE(MEDIUM)
19+
ENDIF()
1520

1621
ENV(YDB_CLI_BINARY="ydb/apps/ydb/ydb")
1722
ENV(IAM_TOKEN="")

0 commit comments

Comments
 (0)