Skip to content

Commit

Permalink
Increase future_mt_ut timeout (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsayukov committed Aug 25, 2024
1 parent 7e9cb35 commit 19f4db8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions library/cpp/threading/future/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ if (YDB_SDK_TESTS)
LABELS
unit
)
set_yunittest_property(
TEST
threading-future-future_mt_ut
PROPERTY
TIMEOUT
1200
)
endif(YDB_SDK_TESTS)

_ydb_sdk_add_library(threading-future)
Expand Down

0 comments on commit 19f4db8

Please sign in to comment.