Skip to content

Commit

Permalink
set ctest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed May 10, 2024
1 parent d6f6e38 commit 979e88f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if(ADA_TESTING OR ADA_BENCHMARKS OR ADA_TOOLS)

if (ADA_TESTING AND NOT EMSCRIPTEN)
if(Git_FOUND)
set(CTEST_TEST_TIMEOUT 5)
message(STATUS "The tests are enabled.")
add_subdirectory(tests)
else()
Expand Down

0 comments on commit 979e88f

Please sign in to comment.