diff options
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e68ff45..5230fd4 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -13,7 +13,7 @@ function(add_python_tests name) add_test(NAME "${name}" WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/py" COMMAND ${ARGV}) - set_tests_properties("${name}" PROPERTIES TIMEOUT 300) + set_tests_properties("${name}" PROPERTIES TIMEOUT 600) endfunction() add_python_tests(python_tests_sanity |