Skip to content

Commit

Permalink
Fix flaky IK in asan unit test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Jul 9, 2024
1 parent 26d1468 commit d4db4cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/test/test.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ def generate_test_description():
.to_moveit_configs()
)

# increase the timeout for the kinematics solver to fix flaky IK for asan
k = moveit_config.robot_description_kinematics["robot_description_kinematics"]
k["panda_arm"]["kinematics_solver_timeout"] = 5.0

test_exec = Node(
executable=[
LaunchConfiguration("test_binary"),
Expand Down

0 comments on commit d4db4cb

Please sign in to comment.