Skip to content

Commit ba60562

Browse files
committed
up timeout for slow test
1 parent 5ebbd2d commit ba60562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_rclcpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if(BUILD_TESTING)
101101
TIMEOUT 15)
102102
custom_gtest(gtest_executor
103103
"test/test_executor.cpp"
104-
TIMEOUT 30)
104+
TIMEOUT 60)
105105
custom_gtest(gtest_repeated_publisher_subscriber
106106
"test/test_repeated_publisher_subscriber.cpp"
107107
TIMEOUT 15)

0 commit comments

Comments
 (0)