We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e462d4 commit fe00dabCopy full SHA for fe00dab
1 file changed
yasmin_ros/CMakeLists.txt
@@ -83,8 +83,8 @@ if(BUILD_TESTING)
83
)
84
85
foreach(_test_name ${_pytest_tests})
86
- ament_add_pytest_test(${_test_name} test/${_test_name}.py)
87
- ament_add_gtest(${_test_name}_cpp test/${_test_name}.cpp)
+ ament_add_pytest_test(${_test_name} test/${_test_name}.py TIMEOUT 300)
+ ament_add_gtest(${_test_name}_cpp test/${_test_name}.cpp TIMEOUT 300)
88
target_link_libraries(${_test_name}_cpp
89
${PROJECT_NAME}
90
yasmin::yasmin
0 commit comments