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

Merge branch 'fix/raise-default-test-timeout' into 'master'

[CI] Raise unit test timeout.

Closes #94

See merge request !167
parents cce19faa 3789c03c
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ function(dune_add_formcompiler_system_test) ...@@ -73,7 +73,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 20) set_tests_properties(${tname} PROPERTIES TIMEOUT 60)
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