diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-10-14 14:52:45 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-10-14 15:02:56 +0300 |
commit | d74394815fdeebaee897571642e270f3d459557e (patch) | |
tree | 86b56f8c8e102fb8568c265fc82e5d59e335eeea | |
parent | e1c5042493b7fec006703e98fd7244e4792f0560 (diff) | |
download | ydb-d74394815fdeebaee897571642e270f3d459557e.tar.gz |
Intermediate changes
commit_hash:67a8b030334a9a3c9289af15dc533057f4f7ec01
-rw-r--r-- | yt/yt/core/rpc/unittests/lib/test_service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/rpc/unittests/lib/test_service.cpp b/yt/yt/core/rpc/unittests/lib/test_service.cpp index afd60131da1..51492ad839c 100644 --- a/yt/yt/core/rpc/unittests/lib/test_service.cpp +++ b/yt/yt/core/rpc/unittests/lib/test_service.cpp @@ -187,7 +187,7 @@ public: { try { context->SetRequestInfo(); - TDelayedExecutor::WaitForDuration(TDuration::Seconds(2)); + TDelayedExecutor::WaitForDuration(TDuration::Max()); context->Reply(); } catch (const TFiberCanceledException&) { SlowCallCanceled_.Set(); |