diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-10-31 12:05:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 12:05:49 +0300 |
commit | f2a75de9126369d63031a15dc5cf4a5f2df15e8f (patch) | |
tree | bbb73374b6df689c2bd5d20cb0dd1482bf201e63 | |
parent | 21fa904d5864271db615aa2ea5fa53419beb32cb (diff) | |
download | ydb-f2a75de9126369d63031a15dc5cf4a5f2df15e8f.tar.gz |
Higher timeout for dread_cache_service (#11144)
-rw-r--r-- | ydb/core/persqueue/dread_cache_service/ut/ya.make | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ydb/core/persqueue/dread_cache_service/ut/ya.make b/ydb/core/persqueue/dread_cache_service/ut/ya.make index 58f1a6f9911..65f623a4498 100644 --- a/ydb/core/persqueue/dread_cache_service/ut/ya.make +++ b/ydb/core/persqueue/dread_cache_service/ut/ya.make @@ -2,14 +2,7 @@ UNITTEST_FOR(ydb/core/persqueue) FORK_SUBTESTS() -IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND) - SIZE(LARGE) - TAG(ya:fat) - TIMEOUT(300) -ELSE() - SIZE(MEDIUM) - TIMEOUT(60) -ENDIF() +SIZE(MEDIUM) PEERDIR( ydb/core/persqueue/ut/common |