mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-24 11:19:46 -05:00
Reduce run-times of tests by advancing the reactor less (#7757)
This commit is contained in:
parent
9cfc120233
commit
a466b67972
7 changed files with 9 additions and 8 deletions
|
|
@ -91,7 +91,7 @@ class RetryLimiterTestCase(HomeserverTestCase):
|
|||
#
|
||||
# one more go, with success
|
||||
#
|
||||
self.pump(MIN_RETRY_INTERVAL * RETRY_MULTIPLIER * 2.0)
|
||||
self.reactor.advance(MIN_RETRY_INTERVAL * RETRY_MULTIPLIER * 2.0)
|
||||
limiter = self.get_success(get_retry_limiter("test_dest", self.clock, store))
|
||||
|
||||
self.pump(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue