Lower timeout?

pull/210/head
Guðni Már Gilbert 2022-10-09 19:59:44 +00:00
parent 21ba92064c
commit 9f03e9a37f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if (GCOV_ENABLE)
# build result is a pass or fail. # build result is a pass or fail.
add_custom_target(test_run_all add_custom_target(test_run_all
COMMAND cd ${PROJECT_BINARY_DIR} COMMAND cd ${PROJECT_BINARY_DIR}
COMMAND ${CMAKE_COMMAND} -E env CTEST_OUTPUT_ON_FAILURE=1 ${CMAKE_CTEST_COMMAND} --timeout 30 --repeat <after-timeout>:<3> && ${CMAKE_COMMAND} -E touch .ctest-finished || exit 0 COMMAND ${CMAKE_COMMAND} -E env CTEST_OUTPUT_ON_FAILURE=1 ${CMAKE_CTEST_COMMAND} --timeout 20 --repeat <after-timeout>:<3> && ${CMAKE_COMMAND} -E touch .ctest-finished || exit 0
DEPENDS tests_clean tests DEPENDS tests_clean tests
) )