aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/core/jaeger_tracing/ut/ya.make
blob: a3b67286e633c3dcdaad194a224a66c9e6464115 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
UNITTEST_FOR(ydb/core/jaeger_tracing)

FORK_SUBTESTS()

TIMEOUT(600)

SIZE(MEDIUM)

SRCS(
    sampler_ut.cpp
    throttler_ut.cpp
)

END()