diff options
author | ienkovich <[email protected]> | 2022-02-10 16:47:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:49 +0300 |
commit | 5bd76e73fa8dd777999be2668ff56928cc3dbecb (patch) | |
tree | cee73b6c84f7566d11209bd978e29a7fd9ccec54 /library/cpp/actors/testlib/test_runtime.cpp | |
parent | b031b9d140bcd39f4ef2764e24d37bee317aaf23 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/actors/testlib/test_runtime.cpp')
-rw-r--r-- | library/cpp/actors/testlib/test_runtime.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/actors/testlib/test_runtime.cpp b/library/cpp/actors/testlib/test_runtime.cpp index 6fa25b99656..66b353d49df 100644 --- a/library/cpp/actors/testlib/test_runtime.cpp +++ b/library/cpp/actors/testlib/test_runtime.cpp @@ -815,9 +815,9 @@ namespace NActors { } void TTestActorRuntimeBase::AdvanceCurrentTime(TDuration duration) { - UpdateCurrentTime(GetCurrentTime() + duration); - } - + UpdateCurrentTime(GetCurrentTime() + duration); + } + TIntrusivePtr<ITimeProvider> TTestActorRuntimeBase::GetTimeProvider() { Y_VERIFY(!UseRealThreads); return TimeProvider; @@ -1650,7 +1650,7 @@ namespace NActors { common.Reset(new TInterconnectProxyCommon); common->NameserviceId = nameserviceId; common->MonCounters = interconnectCounters; - common->TechnicalSelfHostName = "::1"; + common->TechnicalSelfHostName = "::1"; if (!UseRealThreads) { common->Settings.DeadPeer = TDuration::Max(); |