Skip to content

Commit

Permalink
Refs #5060 Fixing failing test on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
richiware authored and Raquel Alvarez committed Jun 19, 2019
1 parent 73e013d commit 6147b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox/BlackboxTestsLivelinessQos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ TEST(LivelinessQos, LongLiveliness_ManualByParticipant_Reliable)

// Liveliness lease duration and announcement period, in seconds
Duration_t liveliness_s(writer_sleep_ms * 2.0 * 1e-3);
Duration_t announcement_period(writer_sleep_ms * 2.0 * 1e-3 * 0.9);
Duration_t announcement_period(writer_sleep_ms * 2.0 * 1e-3 * 0.1);

reader.reliability(RELIABLE_RELIABILITY_QOS)
.liveliness_kind(MANUAL_BY_PARTICIPANT_LIVELINESS_QOS)
Expand Down

0 comments on commit 6147b79

Please sign in to comment.