Revert "Increase timeout to 10s"

This reverts commit 3fc04e31e1.
This commit is contained in:
Robert Haschke 2025-05-28 18:04:23 +02:00
parent 3fc04e31e1
commit e49d04015b

View File

@ -23,7 +23,6 @@ struct PandaMoveTo : public testing::Test
auto group = t.getRobotModel()->getJointModelGroup("panda_arm");
auto initial = std::make_unique<stages::CurrentState>("current state");
initial->setTimeout(10.0);
t.add(std::move(initial));
auto move = std::make_unique<stages::MoveTo>("move", std::make_shared<solvers::JointInterpolationPlanner>());