We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4495e9e commit 3ab4812Copy full SHA for 3ab4812
ydb/core/blobstorage/ut_blobstorage/bsc_cache.cpp
@@ -76,6 +76,7 @@ struct TTestCtx : public TTestCtxBase {
76
77
std::set<ui32> nodesWithVDisks = GetNodesWithVDisks();
78
NodesWithConfig.insert(nodesWithVDisks.begin(), nodesWithVDisks.end());
79
+ Env->Sim(TDuration::Seconds(1));
80
}
81
82
const TDuration WaitTime = TDuration::Seconds(1);
0 commit comments