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 ba6e0e6 commit 9268875Copy full SHA for 9268875
ydb/public/sdk/cpp/client/ydb_topic/ut/basic_usage_ut.cpp
@@ -622,7 +622,7 @@ Y_UNIT_TEST_SUITE(BasicUsage) {
622
bool res = session->Write(message);
623
UNIT_ASSERT(res);
624
}
625
- bool res = session->Close(TDuration::Seconds(10));
+ bool res = session->Close(TDuration::Seconds(30));
626
627
628
std::shared_ptr<NYdb::NTopic::IReadSession> ReadSession;
@@ -657,8 +657,6 @@ Y_UNIT_TEST_SUITE(BasicUsage) {
657
Cerr << ">>> TEST: Session gracefully closed" << Endl;
658
659
Sleep(TDuration::Seconds(5));
660
-
661
- // UNIT_ASSERT(false);
662
663
664
Y_UNIT_TEST(ConflictingWrites) {
0 commit comments