We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f07ba commit 87db52dCopy full SHA for 87db52d
library/cpp/threading/future/CMakeLists.txt
@@ -48,6 +48,23 @@ if (YDB_SDK_TESTS)
48
LABELS
49
unit
50
)
51
+ set_yunittest_property(
52
+ TEST
53
+ threading-future-future_mt_ut
54
+ PROPERTY
55
+ TIMEOUT
56
+ 2000
57
+ )
58
+ get_test_property(threading-future-future_mt_ut LABELS labels)
59
+ list(REMOVE_ITEM labels "MEDIUM")
60
61
62
63
64
+ LABELS
65
+ HARD
66
+ ${labels}
67
68
endif(YDB_SDK_TESTS)
69
70
_ydb_sdk_add_library(threading-future)
0 commit comments