Skip to content

Commit b4804fc

Browse files
snaurykungasc
andauthored
Update ydb/core/testlib/actors/test_runtime_ut.cpp
Co-authored-by: kungurtsev <alexey66rus@gmail.com>
1 parent 7e85a7d commit b4804fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/testlib/actors/test_runtime_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ Y_UNIT_TEST_SUITE(TActorTest) {
794794
runtime.EnableScheduleForActor(source);
795795

796796
TBlockEvents<TEvTrigger> block(runtime, [&](TEvTrigger::TPtr& ev){ return ev->GetRecipientRewrite() == target; });
797-
runtime.WaitFor("blocked 2 events", [&]{ return block.size() >= 3; });
797+
runtime.WaitFor("blocked 3 events", [&]{ return block.size() >= 3; });
798798
UNIT_ASSERT_VALUES_EQUAL(block.size(), 3u);
799799
UNIT_ASSERT_VALUES_EQUAL(values.size(), 0u);
800800

0 commit comments

Comments
 (0)