From 9afa89b77a78d148089933159a53831c99deaf9b Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Wed, 25 Apr 2018 15:10:43 +0200
Subject: [PATCH] [skip ci][cmake] Adjust timeout for Navier Stokes test

---
 cmake/modules/GeneratedSystemtests.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/modules/GeneratedSystemtests.cmake b/cmake/modules/GeneratedSystemtests.cmake
index 634d7ad3..2b1d8772 100644
--- a/cmake/modules/GeneratedSystemtests.cmake
+++ b/cmake/modules/GeneratedSystemtests.cmake
@@ -96,7 +96,7 @@ function(dune_add_formcompiler_system_test)
                )
 
       set_tests_properties(${tname} PROPERTIES SKIP_RETURN_CODE 77)
-      set_tests_properties(${tname} PROPERTIES TIMEOUT 60)
+      set_tests_properties(${tname} PROPERTIES TIMEOUT 120)
     endif()
   endforeach()
 endfunction()
-- 
GitLab