summaryrefslogtreecommitdiff
path: root/tests/test_module.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_module.py')
-rwxr-xr-xtests/test_module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_module.py b/tests/test_module.py
index e6d1a3d..6f30b2e 100755
--- a/tests/test_module.py
+++ b/tests/test_module.py
@@ -199,7 +199,7 @@ class ExceptionsTestCase(ConnectingTestCase):
self.assertEqual(diag.sqlstate, '42P01')
del diag
- gc.collect()
+ gc.collect(); gc.collect()
assert(w() is None)
@skip_copy_if_green