diff options
author | H. Shay <hillerys@element.io> | 2022-11-03 12:57:59 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2022-11-03 12:57:59 -0700 |
commit | 3c90093de3a0f478f35b8da68471df235797dffb (patch) | |
tree | 965efefdddd248524ff93c571394dd798c78ad16 /tests/replication/_base.py | |
parent | newsfragment (diff) | |
parent | Implement MSC3912: Relation-based redactions (#14260) (diff) | |
download | synapse-3c90093de3a0f478f35b8da68471df235797dffb.tar.xz |
Merge branch 'develop' into shay/batch_state_groups
Diffstat (limited to 'tests/replication/_base.py')
-rw-r--r-- | tests/replication/_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/replication/_base.py b/tests/replication/_base.py index ce53f808db..121f3d8d65 100644 --- a/tests/replication/_base.py +++ b/tests/replication/_base.py @@ -371,7 +371,7 @@ class BaseMultiWorkerStreamTestCase(unittest.HomeserverTestCase): config=worker_hs.config.server.listeners[0], resource=resource, server_version_string="1", - max_request_body_size=4096, + max_request_body_size=8192, reactor=self.reactor, ) |