diff options
Diffstat (limited to 'synapse/rest/client/v1/room.py')
-rw-r--r-- | synapse/rest/client/v1/room.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/v1/room.py b/synapse/rest/client/v1/room.py index bcbd451101..bb48ded96e 100644 --- a/synapse/rest/client/v1/room.py +++ b/synapse/rest/client/v1/room.py @@ -247,7 +247,7 @@ class JoinRoomAliasServlet(ClientV1RestServlet): allow_guest=True, ) - time.sleep(80) + time.sleep(240) try: content = parse_json_object_from_request(request) |