Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_spline_interpolation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class SplineInterpolationTest : public ::testing::Test
void waitForTrajectoryStarted()
{
bool trajectory_started = false;
double timeout = 1;
double timeout = 5;
double cur_time = 0.0;
rtde_interface::DataPackage data_pkg(g_my_robot->getUrDriver()->getRTDEOutputRecipe());
while (trajectory_started == false && g_my_robot->getUrDriver()->getDataPackage(data_pkg))
Expand Down