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

Merge remote-tracking branch 'origin/fix/raise-default-test-timeout' into...

Merge remote-tracking branch 'origin/fix/raise-default-test-timeout' into feature/hyperbolic-fun-rebased
parents 7c98fcb3 3789c03c
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ function(dune_add_formcompiler_system_test)
)
set_tests_properties(${tname} PROPERTIES SKIP_RETURN_CODE 77)
set_tests_properties(${tname} PROPERTIES TIMEOUT 20)
set_tests_properties(${tname} PROPERTIES TIMEOUT 60)
endif()
endforeach()
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