We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7173846 commit 8ba3b38Copy full SHA for 8ba3b38
ydb/core/tx/coordinator/coordinator_ut.cpp
@@ -440,7 +440,8 @@ namespace NKikimr::NFlatTxCoordinator::NTest {
440
Cerr << (TStringBuilder() << "Starting a database tenant" << Endl);
441
tenants.Run("/Root/db1", 1);
442
443
- runtime.SimulateSleep(TDuration::Seconds(1));
+ Cerr << (TStringBuilder() << "Sleeping for tenant to start" << Endl);
444
+ runtime.SimulateSleep(TDuration::Seconds(5));
445
UNIT_ASSERT_C(hooks.PersistConfig_.size() > 0, "Expected coordinators to attempt to persist configs");
446
std::vector<ui64> coordinators;
447
for (auto& pr : hooks.PersistConfig_) {
0 commit comments