Unverified Commit 33dbacc2 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update test_errors.cpp

parent 88bf2cc9
......@@ -89,7 +89,7 @@ TEST_CASE("async_error_handler", "[errors]]")
logger->info(fmt::runtime("Bad format msg {} {}"), "xxx");
logger->info("Good message #2");
}
spdlog::init_thread_pool(128, 1);
spdlog::details::os::sleep_for_millis(500);
require_message_count(SIMPLE_ASYNC_LOG, 2);
REQUIRE(file_contents("test_logs/custom_err.txt") == err_msg);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment