Skip to content

Commit 19f4db8

Browse files
committed
Increase future_mt_ut timeout (#205)
1 parent 7e9cb35 commit 19f4db8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

library/cpp/threading/future/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ if (YDB_SDK_TESTS)
4848
LABELS
4949
unit
5050
)
51+
set_yunittest_property(
52+
TEST
53+
threading-future-future_mt_ut
54+
PROPERTY
55+
TIMEOUT
56+
1200
57+
)
5158
endif(YDB_SDK_TESTS)
5259

5360
_ydb_sdk_add_library(threading-future)

0 commit comments

Comments
 (0)