We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b063e commit 9d5cf76Copy full SHA for 9d5cf76
test/blackbox/common/BlackboxTestsLivelinessQos.cpp
@@ -2056,7 +2056,7 @@ static void test_liveliness_qos_independent_topics(
2056
{
2057
const auto lease_dutation_time = std::chrono::seconds(1);
2058
const eprosima::fastrtps::Duration_t lease_duration(1, 0);
2059
- const eprosima::fastrtps::Duration_t announcement_period(0, 250000000);
+ const eprosima::fastrtps::Duration_t announcement_period(0, 500000000);
2060
2061
PubSubReader<HelloWorldPubSubType> reader1(topic_name + "1");
2062
PubSubReader<HelloWorldPubSubType> reader2(topic_name + "2");
0 commit comments