mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 09:34:13 -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
|
@ -271,7 +271,7 @@ class CleanupExtremDummyEventsTestCase(HomeserverTestCase):
|
|||
|
||||
# Pump the reactor repeatedly so that the background updates have a
|
||||
# chance to run.
|
||||
self.pump(10 * 60)
|
||||
self.pump(20)
|
||||
|
||||
latest_event_ids = self.get_success(
|
||||
self.store.get_latest_event_ids_in_room(self.room_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue