We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78d891 commit 365e985Copy full SHA for 365e985
ydb/tests/fq/plans/ya.make
@@ -14,6 +14,15 @@ DEPENDS(
14
contrib/python/moto/bin
15
)
16
17
+IF (SANITIZER_TYPE)
18
+ TIMEOUT(2400)
19
+ SIZE(LARGE)
20
+ TAG(ya:fat)
21
+ELSE()
22
+ TIMEOUT(600)
23
+ SIZE(MEDIUM)
24
+ENDIF()
25
+
26
TEST_SRCS(
27
test_stats_mode.py
28
@@ -22,6 +31,4 @@ PY_SRCS(
31
conftest.py
32
33
-SIZE(MEDIUM)
-
34
END()
0 commit comments