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
…#4633)

Signed-off-by: elianalf <[email protected]>
(cherry picked from commit a0bd331)

Co-authored-by: elianalf <[email protected]>
  • Loading branch information
mergify[bot] and elianalf authored Apr 1, 2024
1 parent d2e1e3b commit 0dcc20b
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 0dcc20b

Please sign in to comment.