Skip to content

Commit

Permalink
iox-#2066 Make 'PortUser_IntegrationTest' more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Nov 16, 2023
1 parent e900856 commit 5ed5231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class PortUser_IntegrationTest : public Test
static_cast<void>(subscriberPortRouDi.dispatchCaProMessageAndGetPossibleResponse(caproMessage));

// Subscription done and ready to receive samples
while (!finished)
while (!finished || subscriberPortUser.hasNewChunks())
{
// Try to receive chunk
subscriberPortUser.tryGetChunk()
Expand Down

0 comments on commit 5ed5231

Please sign in to comment.