summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdrian Tschira <nota@notafile.com>2018-04-15 17:18:01 +0200
committerAdrian Tschira <nota@notafile.com>2018-04-15 20:36:39 +0200
commitcb9cdfecd097c5a0c85840be9d37d590f0f4af2d (patch)
treeaeec2cb84c1d6887d21f6980d0d12edc26699350
parentMerge branch 'master' of https://github.com/matrix-org/synapse into develop (diff)
downloadsynapse-cb9cdfecd097c5a0c85840be9d37d590f0f4af2d.tar.xz
Add some more variables to the unittest config
These worked accidentally before (python2 doesn't complain if you
compare incompatible types) but under py3 this blows up spectacularly

Signed-off-by: Adrian Tschira <nota@notafile.com>
-rw-r--r--tests/utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py
index f15317d27b..0cd9f7eeee 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -59,6 +59,10 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs):
         config.email_enable_notifs = False
         config.block_non_admin_invites = False
         config.federation_domain_whitelist = None
+        config.federation_rc_reject_limit = 10
+        config.federation_rc_sleep_limit = 10
+        config.federation_rc_concurrent = 10
+        config.filter_timeline_limit = 5000
         config.user_directory_search_all_users = False
 
         # disable user directory updates, because they get done in the