Skip to content

Commit 60d9589

Browse files
authored
Fixed unit test ManyColumnShards (#8777)
1 parent b21fc5a commit 60d9589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/kqp/ut/olap/kqp_olap_ut.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,8 @@ Y_UNIT_TEST_SUITE(KqpOlap) {
14321432
Tests::TServer::TPtr server = new Tests::TServer(settings);
14331433

14341434
auto runtime = server->GetRuntime();
1435+
runtime->SetScheduledLimit(1000000);
1436+
14351437
auto sender = runtime->AllocateEdgeActor();
14361438

14371439
InitRoot(server, sender);

0 commit comments

Comments
 (0)