Skip to content

Commit f0f4166

Browse files
committed
Optimize CI pipeline duration.
1 parent bd3733b commit f0f4166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_fem.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def test_sphere_fall_implicit_fem_sap_coupler(fem_material_linear, show_viewer):
267267

268268
scene.add_entity(
269269
morph=gs.morphs.Sphere(
270-
pos=(0.5, -0.2, 0.7),
270+
pos=(0.5, -0.2, 0.5),
271271
radius=0.1,
272272
),
273273
material=fem_material_linear,
@@ -277,7 +277,7 @@ def test_sphere_fall_implicit_fem_sap_coupler(fem_material_linear, show_viewer):
277277
scene.build()
278278

279279
# Run simulation
280-
for _ in range(200):
280+
for _ in range(100):
281281
scene.step()
282282

283283
for entity in scene.entities:
@@ -321,7 +321,7 @@ def test_linear_corotated_sphere_fall_implicit_fem_sap_coupler(fem_material_line
321321
scene.build()
322322

323323
# Run simulation
324-
for _ in range(200):
324+
for _ in range(100):
325325
scene.step()
326326

327327
for entity in scene.entities:

0 commit comments

Comments
 (0)