Skip to content

Commit fe00dab

Browse files
committed
setting timeout for yasmin_ros tests
1 parent 2e462d4 commit fe00dab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

yasmin_ros/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ if(BUILD_TESTING)
8383
)
8484

8585
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)
86+
ament_add_pytest_test(${_test_name} test/${_test_name}.py TIMEOUT 300)
87+
ament_add_gtest(${_test_name}_cpp test/${_test_name}.cpp TIMEOUT 300)
8888
target_link_libraries(${_test_name}_cpp
8989
${PROJECT_NAME}
9090
yasmin::yasmin

0 commit comments

Comments
 (0)