Skip to content
Snippets Groups Projects
Commit d6071ca5 authored by demiralp's avatar demiralp
Browse files

Change timeout to 8 seconds for consistency with other tests.

parent 4cf0e7c2
Branches
No related tags found
1 merge request!52Feature/#9 cppcheck support
......@@ -51,5 +51,5 @@ function(ADD_TEST_CPPCHECK)
"${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
add_test(NAME ${ARGS_NAME}
COMMAND "${CPPCHECK_COMMAND}" ${CPPCHECK_ARGUMENTS} ${ARGS_UNPARSED_ARGUMENTS})
set_tests_properties(${ARGS_NAME} PROPERTIES TIMEOUT 10.0)
set_tests_properties(${ARGS_NAME} PROPERTIES TIMEOUT 8.0)
endfunction()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment