mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Increase timeout for long tests even more
This commit is contained in:
parent
d6ebe15c17
commit
326aec1250
@ -1,5 +1,5 @@
|
||||
if(USE_PYTHON)
|
||||
add_test(NAME pytest COMMAND ${PYTHON_EXECUTABLE} -m pytest WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
add_custom_target(pytest ${PYTHON_EXECUTABLE} -m pytest WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
set_tests_properties ( pytest PROPERTIES TIMEOUT 1200 )
|
||||
set_tests_properties ( pytest PROPERTIES TIMEOUT 1800 )
|
||||
endif(USE_PYTHON)
|
||||
|
Loading…
Reference in New Issue
Block a user