Skip to content

Commit 0df6cc4

Browse files
CursedRock17clalancette
authored andcommitted
Revert timeout
Signed-off-by: CursedRock17 <[email protected]>
1 parent 05165ad commit 0df6cc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rclcpp/test/rclcpp/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,8 @@ endif()
666666
ament_add_gtest(
667667
test_executors
668668
executors/test_executors.cpp
669-
APPEND_LIBRARY_DIRS "${append_library_dirs}")
669+
APPEND_LIBRARY_DIRS "${append_library_dirs}"
670+
TIMEOUT 180)
670671
if(TARGET test_executors)
671672
ament_target_dependencies(test_executors
672673
"rcl"

0 commit comments

Comments
 (0)