Skip to content

Commit c3901c1

Browse files
authored
Merge 9d97a67 into 0cd2faa
2 parents 0cd2faa + 9d97a67 commit c3901c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ydb/library/yql/dq/opt/dq_opt_hypergraph_ut.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,9 @@ Y_UNIT_TEST_SUITE(HypergraphBuild) {
484484
}
485485

486486
Y_UNIT_TEST(JoinTopologiesBenchmark) {
487-
#ifndef NDEBUG
487+
#if defined(_asan_enabled_)
488+
enum { CliqueSize = 3, ChainSize = 3, StarSize = 3 };
489+
#elif !defined(NDEBUG)
488490
enum { CliqueSize = 11, ChainSize = 71, StarSize = 15 };
489491
#else
490492
enum { CliqueSize = 15, ChainSize = 165, StarSize = 20 };

0 commit comments

Comments
 (0)