Skip to content

Commit 9d5cf76

Browse files
authored
Increate the announcement period in liveliness test (#5952)
Signed-off-by: Raúl <[email protected]>
1 parent 24b063e commit 9d5cf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/blackbox/common/BlackboxTestsLivelinessQos.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ static void test_liveliness_qos_independent_topics(
20562056
{
20572057
const auto lease_dutation_time = std::chrono::seconds(1);
20582058
const eprosima::fastrtps::Duration_t lease_duration(1, 0);
2059-
const eprosima::fastrtps::Duration_t announcement_period(0, 250000000);
2059+
const eprosima::fastrtps::Duration_t announcement_period(0, 500000000);
20602060

20612061
PubSubReader<HelloWorldPubSubType> reader1(topic_name + "1");
20622062
PubSubReader<HelloWorldPubSubType> reader2(topic_name + "2");

0 commit comments

Comments
 (0)