Specify Synapse ui_auth.session_timeout only on tests which require it

As Dendrite lacks this configuration option

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28939/head
Michael Telatynski 2025-01-08 14:09:40 +00:00
parent 2bd8e049c7
commit 91370c6d8f
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 1 additions and 3 deletions

View File

@ -118,9 +118,7 @@ const DEFAULT_CONFIG = {
password_config: {
enabled: true,
},
ui_auth: {
session_timeout: "300s",
},
ui_auth: {},
background_updates: {
// Inhibit background updates as this Synapse isn't long-lived
min_batch_size: 100000,