Skip to content

Commit

Permalink
Update moveit_ros/tests/src/move_group_api_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Feb 7, 2024
1 parent 574a5ca commit 8e973bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/tests/src/move_group_api_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ TEST_F(MoveGroupFixture, testParamAPI)
for (const auto& param_name : move_group_test::PARAMETER_NAME_LIST)
{
bool param_exists = false;
if (params_client->wait_for_service(std::chrono::seconds(1)))
if (params_client->wait_for_service(std::chrono::seconds(0.1)))
{
param_exists = params_client->has_parameter(param_name);
if (!param_exists)
Expand Down

0 comments on commit 8e973bb

Please sign in to comment.