Reduce run-times of tests by advancing the reactor less (#7757)

This commit is contained in:
Andrew Morgan 2020-08-27 11:39:53 +01:00 committed by GitHub
parent 9cfc120233
commit a466b67972
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 8 deletions

View file

@ -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)