diff --git a/src/runtime_src/core/tools/xbutil2/SubCmdValidate.cpp b/src/runtime_src/core/tools/xbutil2/SubCmdValidate.cpp index 2b43390e85..7b7bbeb971 100644 --- a/src/runtime_src/core/tools/xbutil2/SubCmdValidate.cpp +++ b/src/runtime_src/core/tools/xbutil2/SubCmdValidate.cpp @@ -318,6 +318,7 @@ run_test_suite_device( const std::shared_ptr& device, ptTest = testPtr->get_test_header(); XBValidateUtils::logger(ptTest, "Error", "The test timed out"); ptTest.put("status", test_token_failed); + status = test_status::failed; } ptDeviceTestSuite.push_back( std::make_pair("", ptTest) );