Skip to content

Commit

Permalink
Make some tests more robust (gazebosim#314)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>

Removed changes to diff-drive command when backporting to ign-gazebo3

Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Blake McHale <[email protected]>
  • Loading branch information
ahcorde authored and blakermchale committed Aug 15, 2021
1 parent 511287d commit 94024cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/diff_drive_system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ TEST_P(DiffDriveTest, SkidPublishCmd)
int maxSleep = 30;
for (; odomPoses.size() < 3 && sleep < maxSleep; ++sleep)
{
std::this_thread::sleep_for(std::chrono::milliseconds(100));
std::this_thread::sleep_for(std::chrono::milliseconds(200));
}
EXPECT_NE(maxSleep, sleep);

Expand Down

0 comments on commit 94024cf

Please sign in to comment.