Skip to content

Commit

Permalink
build(autoware_freespace_planning_algorithms): increase test timeout …
Browse files Browse the repository at this point in the history
…to 2 mins (#9639)

Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Dec 13, 2024
1 parent c77f1b9 commit 2127ca8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if(BUILD_TESTING)
ament_add_ros_isolated_gtest(${PROJECT_NAME}-test
test/src/test_freespace_planning_algorithms.cpp
)
set_tests_properties(${PROJECT_NAME}-test PROPERTIES TIMEOUT 120)
target_link_libraries(${PROJECT_NAME}-test
${PROJECT_NAME}
)
Expand Down

0 comments on commit 2127ca8

Please sign in to comment.