Skip to content

Commit cbe8c03

Browse files
author
earlaud
committed
Reduce posture task test length
1 parent 667dcc8 commit cbe8c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/inverse_dynamics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ BOOST_AUTO_TEST_CASE(KinodynamicsID_postureTask)
115115

116116
// Change initial state
117117
test.q = solo_q_start(model_handler);
118-
for (int i = 0; i < 10000; i++)
118+
for (int i = 0; i < 1000; i++)
119119
{
120120
// Solve
121121
test.step();

0 commit comments

Comments
 (0)