Skip to content

Commit 701f256

Browse files
committed
fix test
1 parent 38c2a3e commit 701f256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/tx/datashard/datashard_ut_stats.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,12 +473,12 @@ Y_UNIT_TEST_SUITE(DataShardStats) {
473473
UpsertRows(server, sender);
474474

475475
TBlockEvents<NSharedCache::TEvResult> block(runtime, [&](const NSharedCache::TEvResult::TPtr& event) {
476-
return runtime.FindActorName(event->GetRecipientRewrite()) == "DATASHARD_STATS_BUILDERTATS_BUILDER";
476+
return runtime.FindActorName(event->GetRecipientRewrite()) == "DATASHARD_STATS_BUILDER";
477477
});
478478

479479
CompactTable(runtime, shard1, tableId1, false);
480480

481-
runtime.WaitFor("blocked read", [&]{ return block.size(); });
481+
runtime.WaitFor("blocked read", [&]{ return block.size(); }, TDuration::Seconds(10));
482482

483483
block.Stop().Unblock();
484484

0 commit comments

Comments
 (0)