Skip to content

Commit 792e114

Browse files
committed
Increase test attempts
1 parent 734f97d commit 792e114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/common/tests/test_tee.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def test_exit_on_del(self):
586586
# insufficient to ensure that T was collected (but unable to
587587
# reproduce it locally). We will try up to 4 times (1 more than
588588
# the number of generations in the GC)
589-
remaining_attempts = 1
589+
remaining_attempts = 4
590590
while len(stack) and remaining_attempts:
591591
gc.collect()
592592
remaining_attempts -= 1

0 commit comments

Comments
 (0)