diff --git a/test/src/utils/core/info.cpp b/test/src/utils/core/info.cpp index 1c7e8861..1bc88184 100644 --- a/test/src/utils/core/info.cpp +++ b/test/src/utils/core/info.cpp @@ -55,8 +55,8 @@ TEST( Info, Hardware ) { // Same as above auto info = info_print_hardware(); - ASSERT_GT( info.size(), 1000 ); - // LOG_DBG << info; + ASSERT_GT( info.size(), 300 ); + LOG_DBG << info; std::string endian = "Genesis currently only supports little endian systems!"; ASSERT_TRUE( info_get_hardware().is_little_endian ) << endian;