Reduce verbosity of unit test logs
This commit is contained in:
parent
5738ff4ec0
commit
ef164561c1
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue