Skip to content

Commit 6afec48

Browse files
authored
Increase timeout for acknowledgments to account for slower Connext settings. (#1901)
Signed-off-by: Andrea Sorbini <[email protected]>
1 parent 9ae35e3 commit 6afec48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/test/rclcpp/test_publisher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ TEST_P(TestPublisherWaitForAllAcked, check_wait_for_all_acked_with_QosPolicy) {
612612
for (int i = 0; i < 20; i++) {
613613
ASSERT_NO_THROW(pub->publish(*msg));
614614
}
615-
EXPECT_TRUE(pub->wait_for_all_acked(std::chrono::milliseconds(500)));
615+
EXPECT_TRUE(pub->wait_for_all_acked(std::chrono::milliseconds(6000)));
616616
}
617617

618618
INSTANTIATE_TEST_SUITE_P(

0 commit comments

Comments
 (0)