mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 10:54:14 -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
|
@ -170,7 +170,7 @@ class EmailPusherTests(HomeserverTestCase):
|
|||
last_stream_ordering = pushers[0]["last_stream_ordering"]
|
||||
|
||||
# Advance time a bit, so the pusher will register something has happened
|
||||
self.pump(100)
|
||||
self.pump(10)
|
||||
|
||||
# It hasn't succeeded yet, so the stream ordering shouldn't have moved
|
||||
pushers = self.get_success(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue