cleanup the code for merging

This commit is contained in:
termie
2011-05-25 15:42:49 -07:00
parent da22b73052
commit 3dee8b8f9f
7 changed files with 46 additions and 66 deletions

View File

@@ -83,7 +83,7 @@ class TestCase(unittest.TestCase):
self._monkey_patch_attach()
self._monkey_patch_wsgi()
self._original_flags = FLAGS.FlagValuesDict()
rpc.ConnectionPool = rpc.Pool(max_size=30)
rpc.ConnectionPool = rpc.Pool(max_size=FLAGS.rpc_conn_pool_size)
def tearDown(self):
"""Runs after each test method to tear down test environment."""