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 16fffbd commit f0c065aCopy full SHA for f0c065a
src/client/topic/ut/basic_usage_ut.cpp
@@ -624,7 +624,7 @@ Y_UNIT_TEST_SUITE(BasicUsage) {
624
bool res = session->Write(message);
625
UNIT_ASSERT(res);
626
}
627
- bool res = session->Close(TDuration::Seconds(10));
+ bool res = session->Close(TDuration::Seconds(30));
628
629
630
std::shared_ptr<NYdb::NTopic::IReadSession> ReadSession;
@@ -659,8 +659,6 @@ Y_UNIT_TEST_SUITE(BasicUsage) {
659
Cerr << ">>> TEST: Session gracefully closed" << Endl;
660
661
Sleep(TDuration::Seconds(5));
662
-
663
- // UNIT_ASSERT(false);
664
665
666
Y_UNIT_TEST(ConflictingWrites) {
0 commit comments