diff --git a/cmake/modules/GeneratedSystemtests.cmake b/cmake/modules/GeneratedSystemtests.cmake index 634d7ad35605ef6707436eaad98f882c40bb4c1d..2b1d87728c04a9359df79f3711c0df9c4f3f621e 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()