We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734f97d commit 792e114Copy full SHA for 792e114
pyomo/common/tests/test_tee.py
@@ -586,7 +586,7 @@ def test_exit_on_del(self):
586
# insufficient to ensure that T was collected (but unable to
587
# reproduce it locally). We will try up to 4 times (1 more than
588
# the number of generations in the GC)
589
- remaining_attempts = 1
+ remaining_attempts = 4
590
while len(stack) and remaining_attempts:
591
gc.collect()
592
remaining_attempts -= 1
0 commit comments