@@ -861,7 +861,7 @@ def test_box_box_dynamics(gs_sim):
861861 assert_allclose (qpos [8 ], 0.6 , atol = 2e-3 )
862862
863863
864- @pytest .mark .slow
864+ @pytest .mark .slow # ~840s
865865@pytest .mark .parametrize (
866866 "box_box_detection, gjk_collision, dynamics" ,
867867 [
@@ -1361,6 +1361,7 @@ def test_set_sol_params(n_envs, batched, tol):
13611361 assert_allclose (obj .sol_params , sol_params , tol = tol )
13621362
13631363
1364+ @pytest .mark .slow # ~160s
13641365@pytest .mark .required
13651366@pytest .mark .mujoco_compatibility (False )
13661367@pytest .mark .parametrize ("xml_path" , ["xml/humanoid.xml" ])
@@ -1457,6 +1458,7 @@ def test_multilink_inverse_kinematics(show_viewer):
14571458 assert_allclose (wrist .get_pos (envs_idx = (1 ,)), wrist_pos , tol = TOL )
14581459
14591460
1461+ @pytest .mark .slow # ~180s
14601462@pytest .mark .required
14611463@pytest .mark .parametrize ("n_envs" , [0 , 2 ])
14621464@pytest .mark .parametrize ("backend" , [gs .cpu , gs .gpu ])
@@ -1929,6 +1931,7 @@ def test_mesh_repair(convexify, show_viewer, gjk_collision):
19291931 assert_allclose (qpos [:2 ], (0.3 , 0.0 ), atol = 2e-3 )
19301932
19311933
1934+ @pytest .mark .slow # ~160s
19321935@pytest .mark .required
19331936@pytest .mark .parametrize ("euler" , [(90 , 0 , 90 ), (74 , 15 , 90 )])
19341937@pytest .mark .parametrize ("gjk_collision" , [True , False ])
@@ -2547,6 +2550,7 @@ def test_gravity(show_viewer, tol):
25472550 )
25482551
25492552
2553+ @pytest .mark .slow # ~110s
25502554@pytest .mark .required
25512555@pytest .mark .parametrize ("backend" , [gs .cpu , gs .gpu ])
25522556def test_scene_saver_franka (tmp_path , show_viewer , tol ):
@@ -2732,6 +2736,7 @@ def test_get_constraints_api(show_viewer, tol):
27322736 assert_allclose ((link_a_ [1 ], link_b_ [1 ]), ((link_a ,), (link_b ,)), tol = 0 )
27332737
27342738
2739+ @pytest .mark .slow # ~100s
27352740@pytest .mark .parametrize (
27362741 "n_envs, batched, backend" ,
27372742 [
@@ -3210,6 +3215,7 @@ def test_mesh_primitive_COM(show_viewer, tol):
32103215 assert_allclose (cube_COM [2 ], 0.25 , atol = 2e-3 )
32113216
32123217
3218+ @pytest .mark .slow # ~110s
32133219@pytest .mark .required
32143220@pytest .mark .parametrize ("scale" , [0.1 , 10.0 ])
32153221@pytest .mark .parametrize ("box_box_detection" , [False , True ])
0 commit comments