Skip to content

Commit

Permalink
Merge pull request #1354 from tahoe-lafs/4085.dirty-reactor-in-tests
Browse files Browse the repository at this point in the history
Hopefully fix dirty reactor in tests
  • Loading branch information
meejah committed Feb 20, 2024
2 parents 684c7bb + e494359 commit 4fb973e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added newsfragments/4085.minor
Empty file.
2 changes: 2 additions & 0 deletions src/allmydata/test/common_system.py
Expand Up @@ -700,6 +700,8 @@ def setUp(self):
self.sparent.startService()

def _got_new_http_connection_pool(self, pool):
# Make sure the pool closes cached connections quickly:
pool.cachedConnectionTimeout = 0.1
# Register the pool for shutdown later:
self._http_client_pools.append(pool)
# Disable retries:
Expand Down

0 comments on commit 4fb973e

Please sign in to comment.