Skip to content

Commit 8ba3b38

Browse files
committed
Fix Coordinator::RestoreTenantConfiguration test KIKIMR-20710
1 parent 7173846 commit 8ba3b38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/core/tx/coordinator/coordinator_ut.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,8 @@ namespace NKikimr::NFlatTxCoordinator::NTest {
440440
Cerr << (TStringBuilder() << "Starting a database tenant" << Endl);
441441
tenants.Run("/Root/db1", 1);
442442

443-
runtime.SimulateSleep(TDuration::Seconds(1));
443+
Cerr << (TStringBuilder() << "Sleeping for tenant to start" << Endl);
444+
runtime.SimulateSleep(TDuration::Seconds(5));
444445
UNIT_ASSERT_C(hooks.PersistConfig_.size() > 0, "Expected coordinators to attempt to persist configs");
445446
std::vector<ui64> coordinators;
446447
for (auto& pr : hooks.PersistConfig_) {

0 commit comments

Comments
 (0)