File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/integration/sessions_pool_it Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ Y_UNIT_TEST_SUITE(YdbSdkSessionsPool) {
358
358
359
359
RunStressTestAsync (100 , 10 , client);
360
360
361
- std::this_thread::sleep_for (std::chrono::milliseconds (1000 ));
361
+ std::this_thread::sleep_for (std::chrono::milliseconds (10000 ));
362
362
363
363
UNIT_ASSERT_VALUES_EQUAL (client.GetActiveSessionCount (), 0 );
364
364
UNIT_ASSERT_VALUES_EQUAL (client.GetCurrentPoolSize (), activeSessionsLimit);
@@ -410,7 +410,7 @@ Y_UNIT_TEST_SUITE(YdbSdkSessionsPool) {
410
410
sessionFutures.clear ();
411
411
sessions.clear ();
412
412
413
- std::this_thread::sleep_for (std::chrono::milliseconds (5000 ));
413
+ std::this_thread::sleep_for (std::chrono::milliseconds (10000 ));
414
414
UNIT_ASSERT_VALUES_EQUAL (client.GetActiveSessionCount (), 0 );
415
415
UNIT_ASSERT_VALUES_EQUAL (client.GetCurrentPoolSize (), activeSessionsLimit);
416
416
}
You can’t perform that action at this time.
0 commit comments