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
Signed-off-by: elianalf <[email protected]>
(cherry picked from commit a0bd331)
  • Loading branch information
elianalf authored and mergify[bot] committed Mar 27, 2024
1 parent 11e1e3e commit 183b9e1
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 183b9e1

Please sign in to comment.