From 59b87a1a7588b8843253b72e16fabcfac30607e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org>
Date: Thu, 17 Jul 2014 09:32:33 +0200
Subject: [PATCH] [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.
---
 cmake/scripts/RunDoxygen.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/scripts/RunDoxygen.cmake b/cmake/scripts/RunDoxygen.cmake
index 3c79b11ca..6084a2bc5 100644
--- a/cmake/scripts/RunDoxygen.cmake
+++ b/cmake/scripts/RunDoxygen.cmake
@@ -1,3 +1,3 @@
 execute_process(COMMAND
   ${DOXYGEN_EXECUTABLE} Doxyfile OUTPUT_FILE doxygen.log ERROR_FILE doxygen.log
-  TIMEOUT 120)
+  TIMEOUT 300)
-- 
GitLab