File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55function (add_feature_test NAME )
66 add_test (NAME ${NAME} COMMAND ./erun resources/${NAME}.html ${NAME} .html ${ARGN} CONFIGURATIONS Release )
7- set_tests_properties (${NAME} PROPERTIES LABELS feature TIMEOUT 10 )
7+ set_tests_properties (${NAME} PROPERTIES LABELS feature TIMEOUT 20 )
88 add_custom_target (${NAME} ctest --output-on-failure --tests-regex ${NAME} )
99endfunction ()
1010
@@ -25,7 +25,7 @@ function(add_unit_test NAME)
2525 target_compile_options (${NAME} PRIVATE $<$<CONFIG :Debug >:--coverage >)
2626 target_link_options (${NAME} PRIVATE $<$<CONFIG :Debug >:--coverage >)
2727 add_test (NAME ${NAME} COMMAND ${NAME} )
28- set_tests_properties (${NAME} PROPERTIES LABELS unit TIMEOUT 10 )
28+ set_tests_properties (${NAME} PROPERTIES LABELS unit TIMEOUT 20 )
2929endfunction ()
3030
3131add_custom_target (unittests ctest --output-on-failure --label-regex unit )
You can’t perform that action at this time.
0 commit comments