Skip to content
Snippets Groups Projects
Commit 59b87a1a authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake] Increase timeout for Doxygen runs.

There is no need to limit it to 2 min. For larger modules
like DuMuX this is not enough. Increased timeout to 5 min.
parent c4ad937c
No related branches found
No related tags found
No related merge requests found
execute_process(COMMAND
${DOXYGEN_EXECUTABLE} Doxyfile OUTPUT_FILE doxygen.log ERROR_FILE doxygen.log
TIMEOUT 120)
TIMEOUT 300)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment