Skip to content

Commit d1a9c41

Browse files
authored
Remove autoconfig asan tests from PR (#10843)
1 parent f2bf9c1 commit d1a9c41

File tree

1 file changed

+6
-3
lines changed
  • ydb/tests/functional/autoconfig

1 file changed

+6
-3
lines changed

ydb/tests/functional/autoconfig/ya.make

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ TEST_SRCS(
77

88
IF (SANITIZER_TYPE)
99
REQUIREMENTS(ram:16 cpu:1)
10+
TIMEOUT(2400)
11+
SIZE(LARGE)
12+
TAG(ya:fat)
13+
ELSE()
14+
TIMEOUT(600)
15+
SIZE(MEDIUM)
1016
ENDIF()
1117

12-
TIMEOUT(600)
13-
SIZE(MEDIUM)
14-
1518
SPLIT_FACTOR(20)
1619

1720
DEPENDS(

0 commit comments

Comments
 (0)