Skip to content

Commit

Permalink
Fix INTEGRATION_camera_tracking test (#519)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
  • Loading branch information
iche033 authored Feb 14, 2023
1 parent 5dfd0fd commit eef51bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/camera_tracking.cc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ TEST(MinimalSceneTest, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(Config))
EXPECT_TRUE(rep.data());

// Many update loops to process many events
maxSleep = 300;
maxSleep = 600;
for (auto it : {150.0, 200.0})
{
// Move target
Expand Down

0 comments on commit eef51bf

Please sign in to comment.