Skip to content

Commit

Permalink
Increase sleep
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Apr 5, 2024
1 parent 6457061 commit f3ac50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/triggered_publisher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ TEST_F(TriggeredPublisherTest,
// test are discarded properly.
// TODO(azeey) Remove once
// https://github.com/gazebosim/gz-transport/issues/491 is resolved.
GZ_SLEEP_MS(100);
GZ_SLEEP_MS(2000);
recvCount = 0;
}

Expand Down

0 comments on commit f3ac50d

Please sign in to comment.