diff options
| author | gvit <[email protected]> | 2023-10-07 03:03:05 +0300 |
|---|---|---|
| committer | gvit <[email protected]> | 2023-10-07 03:34:44 +0300 |
| commit | f4b8594cecfff27769bf0a501ac0bf4d11bc6c33 (patch) | |
| tree | 1ac98bc7709018fabac90ba7f43fe4f988390a1c | |
| parent | 87a6539fb1cbe2eda43765b6293ddb9e26f63584 (diff) | |
Change "ya.make"
| -rw-r--r-- | ydb/library/yql/minikql/computation/ut/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/minikql/computation/ut/ya.make b/ydb/library/yql/minikql/computation/ut/ya.make index 876dc95ff82..b4c2ff659fa 100644 --- a/ydb/library/yql/minikql/computation/ut/ya.make +++ b/ydb/library/yql/minikql/computation/ut/ya.make @@ -2,7 +2,7 @@ UNITTEST_FOR(ydb/library/yql/minikql/computation/llvm) FORK_SUBTESTS() -IF (SANITIZER_TYPE OR WITH_VALGRIND) +IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND) TIMEOUT(1800) SIZE(LARGE) TAG(ya:fat) |
