Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMaul committed Jun 13, 2023
1 parent 404a471 commit 5ec6e48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/util/test_retryutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ def test_limiter(self) -> None:

limiter = self.get_success(get_retry_limiter("test_dest", self.clock, store))

min_retry_interval = (
self.hs.config.federation.destination_min_retry_interval * 1000
)
min_retry_interval = self.hs.config.federation.destination_min_retry_interval
retry_multiplier = self.hs.config.federation.destination_retry_multiplier

self.pump(1)
Expand Down

0 comments on commit 5ec6e48

Please sign in to comment.