Skip to content

Commit

Permalink
[ci] Update .scene-tests to reduce some timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
epernod authored May 3, 2024
1 parent 8fed53f commit cf138d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/.scene-tests
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ timeout "others/caduceus/caduceusNG.pyscn" "120"
iterations "softRobots/multiGait/multiGait.py" "20"
timeout "softRobots/multiGait/multiGait.py" "120"

iterations "softRobots/multiGait/reduced/reduced_multiGait.py" "20"
timeout "softRobots/multiGait/reduced/reduced_multiGait.py" "120"

ignore "softRobots/multiGait/reducedMultiGait-softRobot.pyscn" # TODO fix: MechanicalMatrixMapperMOR is missing
ignore "softRobots/multiGait/reduced/debug/debug_scene.py" # TODO fix: ODE solver is not copied during reduction process
ignore "softRobots/multiGait/reduced/debug/debug_scene.py" # TODO fix: ODE solver is not copied during reduction process

0 comments on commit cf138d9

Please sign in to comment.