Skip to content

Commit

Permalink
[pydrake] Shorten memory_leak_test to mitigate timeouts (#22313)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoyner-tri authored Dec 16, 2024
1 parent 5fa497c commit ad1282a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/pydrake/test/memory_leak_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,4 @@ def test_mixed_language_simulator(self):

def test_full_example(self):
# Note: this test doesn't invoke the #14355 deliberate cycle.
self.do_test(dut=_dut_full_example, count=2)
self.do_test(dut=_dut_full_example, count=1)

0 comments on commit ad1282a

Please sign in to comment.