Skip to content
Snippets Groups Projects
Commit 9afa89b7 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[skip ci][cmake] Adjust timeout for Navier Stokes test

parent 9769789e
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ function(dune_add_formcompiler_system_test) ...@@ -96,7 +96,7 @@ function(dune_add_formcompiler_system_test)
) )
set_tests_properties(${tname} PROPERTIES SKIP_RETURN_CODE 77) set_tests_properties(${tname} PROPERTIES SKIP_RETURN_CODE 77)
set_tests_properties(${tname} PROPERTIES TIMEOUT 60) set_tests_properties(${tname} PROPERTIES TIMEOUT 120)
endif() endif()
endforeach() endforeach()
endfunction() endfunction()
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