Skip to content

Commit

Permalink
Increase ack waiting time in reliable_on_unack_sample_removed (#4627) (
Browse files Browse the repository at this point in the history
…#4632)

Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
(cherry picked from commit a0bd331)

Co-authored-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
mergify[bot] and elianalf authored Mar 31, 2024
1 parent 31187cc commit a18dcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox/common/DDSBlackboxTestsListeners.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3011,7 +3011,7 @@ TEST(DDSStatus, reliable_on_unack_sample_removed)
for (auto sample : data)
{
writer.send_sample(sample);
writer.waitForAllAcked(std::chrono::milliseconds(150));
writer.waitForAllAcked(std::chrono::milliseconds(250));
}

reader.block_for_at_least(8);
Expand Down

0 comments on commit a18dcb3

Please sign in to comment.