Skip to content

Commit

Permalink
possible fixes for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jun 28, 2023
1 parent 8ecd9fd commit 1ec41fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/test/controller_manager_test_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class TestControllerManagerSrvs
executor_spin_future_ = std::async(std::launch::async, [this]() -> void { executor_->spin(); });
// This sleep is needed to prevent a too fast test from ending before the
// executor has begun to spin, which causes it to hang
std::this_thread::sleep_for(std::chrono::milliseconds(50));
std::this_thread::sleep_for(std::chrono::milliseconds(100));
}

// FIXME: This can be deleted!
Expand Down

0 comments on commit 1ec41fb

Please sign in to comment.