From cd0bb1ff037c7ffec5b93116133a419435f8f5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sun, 9 Oct 2022 19:38:41 +0000 Subject: [PATCH] increase timeout? --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 3e9ea96..9a67e8f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -19,7 +19,7 @@ if (GCOV_ENABLE) # build result is a pass or fail. add_custom_target(test_run_all COMMAND cd ${PROJECT_BINARY_DIR} - COMMAND env CTEST_OUTPUT_ON_FAILURE=1 ctest --timeout 30 && ${CMAKE_COMMAND} -E touch .ctest-finished || exit 0 + COMMAND env CTEST_OUTPUT_ON_FAILURE=1 ctest --timeout 120 && ${CMAKE_COMMAND} -E touch .ctest-finished || exit 0 DEPENDS tests_clean tests )