diff options
author | gvit <[email protected]> | 2023-10-07 21:55:07 +0300 |
---|---|---|
committer | gvit <[email protected]> | 2023-10-07 22:10:09 +0300 |
commit | ab7db624e7ab9ac389bca85860efed657dcb2cd4 (patch) | |
tree | 631b9fc65b3d3c8d0cb56bc34fc93836647d3f0a | |
parent | fc0878d1e3ab56a34ddd53269ed1299e54358fed (diff) |
Change "ya.make"
-rw-r--r-- | ydb/core/blobstorage/storagepoolmon/ut/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/blobstorage/storagepoolmon/ut/ya.make b/ydb/core/blobstorage/storagepoolmon/ut/ya.make index 550f4b729cf..d4a1f10ac5c 100644 --- a/ydb/core/blobstorage/storagepoolmon/ut/ya.make +++ b/ydb/core/blobstorage/storagepoolmon/ut/ya.make @@ -4,7 +4,7 @@ FORK_SUBTESTS() SPLIT_FACTOR(20) -IF (SANITIZER_TYPE OR WITH_VALGRIND) +IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND) TIMEOUT(3600) SIZE(LARGE) TAG(ya:fat) |