Skip to content

Commit 79c7038

Browse files
Alek5andr-KotovGazizonoki
authored andcommitted
The TxUsage::Write_Random_Sized_Messages_In_Wide_Transactions test is running for a long time (#15178)
1 parent 694ac1d commit 79c7038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/topic/ut/topic_to_table_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3026,7 +3026,7 @@ Y_UNIT_TEST_F(Write_Random_Sized_Messages_In_Wide_Transactions, TFixture)
30263026
// will make sure that when committing transactions, the division into blocks is taken into account.
30273027

30283028
const size_t PARTITIONS_COUNT = 20;
3029-
const size_t TXS_COUNT = 100;
3029+
const size_t TXS_COUNT = 10;
30303030

30313031
CreateTopic("topic_A", TEST_CONSUMER, PARTITIONS_COUNT);
30323032

0 commit comments

Comments
 (0)