Skip to content

Commit

Permalink
Adjust CTest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagepc authored Sep 18, 2023
1 parent 8073ce6 commit dda3899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(GCOV_ENABLE)
COMMAND ${CMAKE_COMMAND} -E remove ${PROJECT_BINARY_DIR}/.ctest-finished
)

set(ctest_test_args --timeout 30 --output-on-failure)
set(ctest_test_args --timeout 180 --output-on-failure)

include(ProcessorCount)
ProcessorCount(N)
Expand Down

0 comments on commit dda3899

Please sign in to comment.