Reduce verbosity of unit test logs
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 0s
Run UnitTests / build-and-run-tests (push) Successful in 22s

This commit is contained in:
Stephen Seo 2024-01-12 16:36:01 +09:00
parent 5738ff4ec0
commit ef164561c1

View file

@ -439,6 +439,8 @@ TEST(UDPC, enableDisableThreadedUpdate_StressTest) {
UDPC_ConnectionId id = UDPC_create_id_anyaddr(0);
UDPC_HContext ctx = UDPC_init(id, 0, 0);
UDPC_set_logging_type(ctx, UDPC_LoggingType::UDPC_WARNING);
std::array<std::thread, 100> thread_array;
for (int i = 0; i < 100; ++i) {
if (i % 2 == 0) {