mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 11:04:11 -04: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
|
@ -508,6 +508,6 @@ class FederationClientTests(HomeserverTestCase):
|
|||
self.assertFalse(conn.disconnecting)
|
||||
|
||||
# wait for a while
|
||||
self.pump(120)
|
||||
self.reactor.advance(120)
|
||||
|
||||
self.assertTrue(conn.disconnecting)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue